Home
last modified time | relevance | path

Searched refs:info_len (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/hkdf/
H A Dhkdf_test.c39 uint_t info_len; member
64 .info_len = 10,
106 .info_len = 80,
128 .info_len = 0,
146 .info_len = 10,
163 .info_len = 0,
195 tv->salt_len, (uint8_t *)tv->info, tv->info_len, okey, tv->okm_len); in run_test()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c42 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand() argument
65 crypto_mac_update(&ctx, info, info_len); in hkdf_sha512_expand()
85 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument
96 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c64 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand() argument
103 info_cd.cd_length = info_len; in hkdf_sha512_expand()
154 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument
165 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dhkdf.h26 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key,
/f-stack/freebsd/netinet/
H A Dsctputil.c4931 size_t info_len; in sctp_generate_cause() local
4937 info_len = strlen(info); in sctp_generate_cause()
4938 if (info_len > (SCTP_MAX_CAUSE_LENGTH - sizeof(struct sctp_paramhdr))) { in sctp_generate_cause()
4941 len = (uint16_t)(sizeof(struct sctp_paramhdr) + info_len); in sctp_generate_cause()
4948 memcpy(cause->info, info, info_len); in sctp_generate_cause()