Home
last modified time | relevance | path

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

/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_kbkdf_kmac.txt20 KDF = KBKDF
29 KDF = KBKDF
38 KDF = KBKDF
47 KDF = KBKDF
56 KDF = KBKDF
65 KDF = KBKDF
74 KDF = KBKDF
83 KDF = KBKDF
92 KDF = KBKDF
101 KDF = KBKDF
[all …]
H A Devpkdf_kbkdf_counter.txt27 KDF = KBKDF
40 KDF = KBKDF
53 KDF = KBKDF
66 KDF = KBKDF
84 KDF = KBKDF
97 KDF = KBKDF
110 KDF = KBKDF
123 KDF = KBKDF
141 KDF = KBKDF
154 KDF = KBKDF
[all …]
H A Devpciph_camellia_cts.txt14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key,
27 # KBKDF
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c77 } KBKDF; typedef
106 static void init(KBKDF *ctx) in init()
116 KBKDF *ctx; in kbkdf_new()
133 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_free()
143 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_reset()
158 const KBKDF *src = (const KBKDF *)vctx; in kbkdf_dup()
159 KBKDF *dest; in kbkdf_dup()
189 static int fips_kbkdf_key_check_passed(KBKDF *ctx) in fips_kbkdf_key_check_passed()
296 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_derive()
368 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_set_ctx_params()
[all …]
/openssl/doc/man7/
H A DEVP_KDF-KB.pod10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
17 "KBKDF" is the name for this implementation; it can be used with the
28 The mode parameter determines which flavor of KBKDF to use - currently the
106 A context for KBKDF can be obtained by calling:
108 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
111 The output length of an KBKDF is specified via the C<keylen>
127 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
156 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
H A DOSSL_PROVIDER-FIPS.pod121 =item KBKDF, see L<EVP_KDF-KB(7)>
410 =item "KBKDF" (B<OSSL_SELF_TEST_DESC_KDF_KBKDF>)
H A DOSSL_PROVIDER-default.pod140 =item KBKDF, see L<EVP_KDF-KB(7)>
/openssl/include/openssl/
H A Dcore_names.h.in79 # define OSSL_KDF_NAME_KBKDF "KBKDF"
/openssl/doc/designs/
H A Dfips_indicator.md268 - HMAC Which applies to all algorithms that use HMAC also (e.g. HKDF, SSKDF, KBKDF)
299 - KBKDF
320 - KBKDF CMAC
335 - KBKDF Security policy should list KMAC-128, KMAC-256 otherwise it should be removed.
/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in311 deriving a key by KBKDF.
/openssl/
H A DNEWS.md559 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
H A DCHANGES.md1308 * Added support for KMAC in KBKDF.

Completed in 90 milliseconds