Searched refs:KBKDF (Results 1 – 12 of 12) sorted by relevance
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_kbkdf_kmac.txt | 20 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 D | evpkdf_kbkdf_counter.txt | 27 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 D | evpciph_camellia_cts.txt | 14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key, 27 # KBKDF
|
/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 77 } 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 D | EVP_KDF-KB.pod | 10 (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 D | OSSL_PROVIDER-FIPS.pod | 121 =item KBKDF, see L<EVP_KDF-KB(7)> 410 =item "KBKDF" (B<OSSL_SELF_TEST_DESC_KDF_KBKDF>)
|
H A D | OSSL_PROVIDER-default.pod | 140 =item KBKDF, see L<EVP_KDF-KB(7)>
|
/openssl/include/openssl/ |
H A D | core_names.h.in | 79 # define OSSL_KDF_NAME_KBKDF "KBKDF"
|
/openssl/doc/designs/ |
H A D | fips_indicator.md | 268 - 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 D | openssl-fipsinstall.pod.in | 311 deriving a key by KBKDF.
|
/openssl/ |
H A D | NEWS.md | 559 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
|
H A D | CHANGES.md | 1308 * Added support for KMAC in KBKDF.
|
Completed in 71 milliseconds