Searched refs:KBKDF (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 73 } 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 D | EVP_KDF-KB.pod | 10 (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 D | OSSL_PROVIDER-FIPS.pod | 99 =item KBKDF, see L<EVP_KDF-KB(7)> 346 =item "KBKDF" (B<OSSL_SELF_TEST_DESC_KDF_KBKDF>)
|
H A D | OSSL_PROVIDER-default.pod | 138 =item KBKDF, see L<EVP_KDF-KB(7)>
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_camellia_cts.txt | 14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key, 27 # KBKDF
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 206 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
|