Searched refs:kdf (Results 1 – 21 of 21) sorted by relevance
| /providers/implementations/exchange/ |
| A D | kdf_exch.c | 48 EVP_KDF *kdf = NULL; in kdf_newctx() local 59 kdf = EVP_KDF_fetch(PROV_LIBCTX_OF(provctx), kdfname, NULL); in kdf_newctx() 60 if (kdf == NULL) in kdf_newctx() 62 kdfctx->kdfctx = EVP_KDF_CTX_new(kdf); in kdf_newctx() 63 EVP_KDF_free(kdf); in kdf_newctx() 191 if (kdf == NULL) in kdf_settable_ctx_params() 194 params = EVP_KDF_settable_ctx_params(kdf); in kdf_settable_ctx_params() 195 EVP_KDF_free(kdf); in kdf_settable_ctx_params() 219 if (kdf == NULL) in kdf_gettable_ctx_params() 222 params = EVP_KDF_gettable_ctx_params(kdf); in kdf_gettable_ctx_params() [all …]
|
| A D | dh_exch.c.in | 346 ['EXCHANGE_PARAM_KDF_TYPE', 'kdf', 'utf8_string'], 372 if (p.kdf != NULL) { 374 if (!OSSL_PARAM_get_utf8_string(p.kdf, &str, sizeof(name))) 469 (['EXCHANGE_PARAM_KDF_TYPE', 'kdf', 'utf8_string'], 491 if (p.kdf != NULL) { 505 if (!OSSL_PARAM_set_utf8_string(p.kdf, kdf_type))
|
| A D | ecdh_exch.c.in | 252 ['EXCHANGE_PARAM_KDF_TYPE', 'kdf', 'utf8_string'], 292 if (p.kdf != NULL) { 294 if (!OSSL_PARAM_get_utf8_string(p.kdf, &str, sizeof(name))) 369 ['EXCHANGE_PARAM_KDF_TYPE', 'kdf', 'utf8_string'], 397 if (p.kdf != NULL) { 411 if (!OSSL_PARAM_set_utf8_string(p.kdf, kdf_type))
|
| /providers/fips/ |
| A D | self_test_kats.c | 252 EVP_KDF *kdf = NULL; in self_test_kdf() local 258 kdf = EVP_KDF_fetch(libctx, t->algorithm, ""); in self_test_kdf() 259 if (kdf == NULL) in self_test_kdf() 262 ctx = EVP_KDF_CTX_new(kdf); in self_test_kdf() 282 EVP_KDF_free(kdf); in self_test_kdf()
|
| /providers/implementations/kdfs/ |
| A D | hmacdrbg_kdf.c.in | 17 #include <openssl/kdf.h>
|
| A D | pbkdf1.c.in | 18 #include <openssl/kdf.h>
|
| A D | tls1_prf.c.in | 62 #include <openssl/kdf.h> 100 /* TLS KDF kdf context structure */
|
| A D | pkcs12kdf.c.in | 18 #include <openssl/kdf.h>
|
| A D | sshkdf.c.in | 17 #include <openssl/kdf.h>
|
| A D | pbkdf2.c.in | 24 #include <openssl/kdf.h>
|
| A D | krb5kdf.c.in | 26 #include <openssl/kdf.h>
|
| A D | kbkdf.c.in | 37 #include <openssl/kdf.h>
|
| A D | scrypt.c.in | 17 #include <openssl/kdf.h>
|
| A D | sskdf.c.in | 45 #include <openssl/kdf.h>
|
| A D | x942kdf.c.in | 257 * This counter will be incremented in the kdf update loop.
|
| A D | hkdf.c.in | 24 #include <openssl/kdf.h>
|
| A D | argon2.c.in | 24 #include <openssl/kdf.h>
|
| /providers/implementations/kem/ |
| A D | ecx_kem.c.in | 27 #include <openssl/kdf.h>
|
| A D | ec_kem.c.in | 29 #include <openssl/kdf.h>
|
| /providers/ |
| A D | fips.module.sources | 540 include/openssl/kdf.h
|
| A D | fips-sources.checksums | 540 faab8accc9520269dd874126ae164a43526d5784e6280521c7ab3772c02b0a0c include/openssl/kdf.h
|
Completed in 65 milliseconds