Home
last modified time | relevance | path

Searched defs:info_len (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c41 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand()
83 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c63 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand()
152 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512()
/freebsd/contrib/bearssl/src/kdf/
H A Dhkdf.c70 const void *info, size_t info_len, void *out, size_t out_len) in br_hkdf_produce()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsskdf.c61 size_t info_len; member
96 const unsigned char *info, size_t info_len, in SSKDF_hash_kdm()
217 const unsigned char *info, size_t info_len, in SSKDF_mac_kdm()
H A Dhkdf.c87 size_t info_len; member
398 HKDF(OSSL_LIB_CTX * libctx,const EVP_MD * evp_md,const unsigned char * salt,size_t salt_len,const unsigned char * ikm,size_t ikm_len,const unsigned char * info,size_t info_len,unsigned char * okm,size_t okm_len) HKDF() argument
507 HKDF_Expand(const EVP_MD * evp_md,const unsigned char * prk,size_t prk_len,const unsigned char * info,size_t info_len,unsigned char * okm,size_t okm_len) HKDF_Expand() argument
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/hkdf/
H A Dhkdf_test.c37 uint_t info_len; member
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_build.c410 size_t info_len = 0; in p2p_buf_add_session_info() local
489 size_t info_len; in p2p_buf_add_service_info() local
H A Dp2p_pd.c1522 size_t info_len = msg.session_info_len; in p2p_process_prov_disc_resp() local
H A Dp2p.c2782 size_t adv_data_len, adv_len, info_len = 0; in p2p_service_add_asp() local
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h182 __u8 info_len; member
222 __u8 info_len; member
234 __u8 info_len; member
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4838 const char *label, const u8 *info, size_t info_len, in hpke_labeled_expand()
4991 const u8 *info, size_t info_len) in hpke_key_schedule()
5158 const u8 *info, size_t info_len, in hpke_base_seal_int()
5322 const u8 *info, size_t info_len, in hpke_base_open_int()
5417 const u8 *info, size_t info_len, in hpke_base_seal()
5486 const u8 *info, size_t info_len, in hpke_base_open()
5554 const u8 *info, size_t info_len, in hpke_base_seal()
5567 const u8 *info, size_t info_len, in hpke_base_open()
/freebsd/contrib/ofed/libibcm/
H A Dcm.h209 uint8_t info_len; member
232 uint8_t info_len; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c102 int info_len; member
885 u8 info_len, in ib_ucm_send_info()
/freebsd/sys/dev/firewire/
H A Diec13213.h137 uint32_t info_len:8, member
H A Dfirewire.h283 uint16_t info_len; member
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h233 u8 info_len; member
266 u8 info_len; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c565 size_t info_len = 0; in wpas_sd_req_asp() local
H A Dctrl_iface.c6199 size_t info_len = 0; in p2p_parse_asp_provision_cmd() local
/freebsd/contrib/wpa/src/common/
H A Dsae.c559 size_t info_len = os_strlen(info); in hkdf_expand() local
H A Ddpp_crypto.c1621 size_t info_len; in dpp_pkex_derive_z() local
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1039 size_t info_len = 0; in evp_pkey_ctx_add1_octet_string() local
/freebsd/sys/netinet/
H A Dsctputil.c4995 size_t info_len; in sctp_generate_cause() local
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c1038 size_t ikm_len, salt_len, info_len, okm_len; in test_HKDF_inner() local