Structsยง
- Sskdf
Digest Algorithm - SSKDF algorithm using digest
- Sskdf
Hmac Algorithm - SSKDF algorithm using HMAC
Enumsยง
- Sskdf
Digest Algorithm Id - Single-step (One-step) Key Derivation Function Digest Algorithm Identifier
- Sskdf
Hmac Algorithm Id - Single-step (One-step) Key Derivation Function HMAC Algorithm Identifier
Constantsยง
- SSKDF_
DIGEST_ ๐SHA224 - SSKDF with SHA224
- SSKDF_
DIGEST_ ๐SHA256 - SSKDF with SHA256
- SSKDF_
DIGEST_ ๐SHA384 - SSKDF with SHA384
- SSKDF_
DIGEST_ ๐SHA512 - SSKDF with SHA512
- SSKDF_
HMAC_ ๐SHA224 - SSKDF with HMAC-SHA224
- SSKDF_
HMAC_ ๐SHA256 - SSKDF with HMAC-SHA256
- SSKDF_
HMAC_ ๐SHA384 - SSKDF with HMAC-SHA384
- SSKDF_
HMAC_ ๐SHA512 - SSKDF with HMAC-SHA512
Functionsยง
- get_
sskdf_ digest_ algorithm - Retrieve
SskdfDigestAlgorithm
using theSskdfDigestAlgorithmId
specified byid
. - get_
sskdf_ hmac_ algorithm - Retrieve
SskdfHmacAlgorithm
using theSskdfHmacAlgorithmId
specified byid
. - sskdf_
digest - Single-step Key Derivation Function using digest
- sskdf_
hmac - Single-step Key Derivation Function using HMAC