Home
last modified time | relevance | path

Searched refs:KBKDF (Results 1 – 10 of 10) 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.c76 } KBKDF; typedef
105 static void init(KBKDF *ctx) in init()
115 KBKDF *ctx; in kbkdf_new()
131 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_free()
141 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_reset()
156 const KBKDF *src = (const KBKDF *)vctx; in kbkdf_dup()
157 KBKDF *dest; in kbkdf_dup()
275 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_derive()
347 KBKDF *ctx = (KBKDF *)vctx; in kbkdf_set_ctx_params()
/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
82 A context for KBKDF can be obtained by calling:
84 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
87 The output length of an KBKDF is specified via the C<keylen>
103 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
132 kdf = EVP_KDF_fetch(NULL, "KBKDF", NULL);
H A DOSSL_PROVIDER-FIPS.pod121 =item KBKDF, see L<EVP_KDF-KB(7)>
404 =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/
H A DNEWS.md452 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
H A DCHANGES.md1111 * Added support for KMAC in KBKDF.

Completed in 87 milliseconds