Searched defs:okm (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/hkdf/ |
H A D | hkdf_test.c | 42 const char *okm; member
|
/freebsd/crypto/openssl/crypto/hpke/ |
H A D | hpke_util.c | 284 unsigned char *okm, size_t okmlen, in ossl_hpke_kdf_expand() 346 unsigned char *okm, size_t okmlen, in ossl_hpke_labeled_expand()
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 457 unsigned char *okm, size_t okm_len) in HKDF() 566 unsigned char *okm, size_t okm_len) in HKDF_Expand()
|
/freebsd/crypto/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 296 unsigned char *okm, size_t okmlen, in dhkem_extract_and_expand()
|
H A D | ec_kem.c | 339 unsigned char *okm, size_t okmlen, in dhkem_extract_and_expand()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_module_tests.c | 2067 u8 okm[82]; in test_extract_expand_hkdf() local
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 557 const char *info, u8 *okm, size_t okm_len) in hkdf_expand()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 1036 unsigned char ikm[100], saltbuf[100], info[100], okm[100], tmp[107]; in test_HKDF_inner() local
|