Searched refs:out_key (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/libfido2/openbsd-compat/ |
| H A D | hkdf.c | 32 HKDF(uint8_t *out_key, size_t out_len, const EVP_MD *digest, in HKDF() argument 42 if (!HKDF_expand(out_key, out_len, digest, prk, prk_len, info, in HKDF() 51 HKDF_extract(uint8_t *out_key, size_t *out_len, in HKDF_extract() argument 62 secret_len, out_key, &len) == NULL) { in HKDF_extract() 72 HKDF_expand(uint8_t *out_key, size_t out_len, in HKDF_expand() argument 111 memcpy(out_key + done, previous, todo); in HKDF_expand()
|
| H A D | hkdf.h | 36 int HKDF(uint8_t *out_key, size_t out_len, const struct env_md_st *digest, 46 int HKDF_extract(uint8_t *out_key, size_t *out_len, 56 int HKDF_expand(uint8_t *out_key, size_t out_len,
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | rd_req.c | 782 krb5_keyblock **out_key) in get_key_from_keytab() argument 806 ret = krb5_copy_keyblock(context, &entry.keyblock, out_key); in get_key_from_keytab()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 1194 `out_key' to avoid conflicting with label. reported by Sean Doran
|