Home
last modified time | relevance | path

Searched refs:KBKDF (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c73 } KBKDF; typedef
101 static void init(KBKDF *ctx) in init()
109 KBKDF *ctx; in kbkdf_new()
127 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_free()
137 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_reset()
215 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_derive()
281 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_set_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-KB.pod10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
15 "KBKDF" is the name for this implementation; it can be used with the
26 The mode parameter determines which flavor of KBKDF to use - currently the
75 A context for KBKDF can be obtained by calling:
77 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
80 The output length of an KBKDF is specified via the C<keylen>
96 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
125 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
H A DOSSL_PROVIDER-FIPS.pod99 =item KBKDF, see L<EVP_KDF-KB(7)>
346 =item "KBKDF" (B<OSSL_SELF_TEST_DESC_KDF_KBKDF>)
H A DOSSL_PROVIDER-default.pod138 =item KBKDF, see L<EVP_KDF-KB(7)>
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia_cts.txt14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key,
27 # KBKDF
/freebsd/crypto/openssl/
H A DNEWS.md206 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,