| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | kdf_meth.c | 22 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_up_ref() 31 EVP_KDF *kdf = (EVP_KDF *)vkdf; in evp_kdf_free() 48 EVP_KDF *kdf = NULL; in evp_kdf_new() 64 EVP_KDF *kdf = NULL; in evp_kdf_from_algorithm() 160 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_KDF_fetch() 168 int EVP_KDF_up_ref(EVP_KDF *kdf) in EVP_KDF_up_ref() 173 void EVP_KDF_free(EVP_KDF *kdf) in EVP_KDF_free() 178 const OSSL_PARAM *EVP_KDF_gettable_params(const EVP_KDF *kdf) in EVP_KDF_gettable_params() 185 const OSSL_PARAM *EVP_KDF_gettable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_gettable_ctx_params() 195 const OSSL_PARAM *EVP_KDF_settable_ctx_params(const EVP_KDF *kdf) in EVP_KDF_settable_ctx_params() [all …]
|
| D | kdf_lib.c | 23 EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf) in EVP_KDF_CTX_new() 83 int evp_kdf_get_number(const EVP_KDF *kdf) in evp_kdf_get_number() 88 const char *EVP_KDF_get0_name(const EVP_KDF *kdf) in EVP_KDF_get0_name() 93 const char *EVP_KDF_get0_description(const EVP_KDF *kdf) in EVP_KDF_get0_description() 98 int EVP_KDF_is_a(const EVP_KDF *kdf, const char *name) in EVP_KDF_is_a() 103 const OSSL_PROVIDER *EVP_KDF_get0_provider(const EVP_KDF *kdf) in EVP_KDF_get0_provider() 108 const EVP_KDF *EVP_KDF_CTX_kdf(EVP_KDF_CTX *ctx) in EVP_KDF_CTX_kdf() 155 int EVP_KDF_get_params(EVP_KDF *kdf, OSSL_PARAM params[]) in EVP_KDF_get_params() 176 int EVP_KDF_names_do_all(const EVP_KDF *kdf, in EVP_KDF_names_do_all()
|
| D | pbe_scrypt.c | 45 EVP_KDF *kdf; in EVP_PBE_scrypt_ex()
|
| D | p5_crpt.c | 39 EVP_KDF *kdf; in PKCS5_PBE_keyivgen_ex()
|
| D | p5_crpt2.c | 29 EVP_KDF *kdf; in ossl_pkcs5_pbkdf2_hmac_ex()
|
| D | evp_local.h | 74 EVP_KDF *meth; /* Method structure */
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/ |
| D | man.inc | 185 EVP_KDF-HKDF.7 \ 186 EVP_KDF-KB.7 \ 187 EVP_KDF-KRB5KDF.7 \ 188 EVP_KDF-PBKDF1.7 \ 189 EVP_KDF-PBKDF2.7 \ 190 EVP_KDF-PKCS12KDF.7 \ 191 EVP_KDF-SCRYPT.7 \ 192 EVP_KDF-SS.7 \ 193 EVP_KDF-SSHKDF.7 \ 194 EVP_KDF-TLS13_KDF.7 \ [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/doc/ |
| D | build.info | 1126 DEPEND[html/man3/EVP_KDF.html]=man3/EVP_KDF.pod 1127 GENERATE[html/man3/EVP_KDF.html]=man3/EVP_KDF.pod 1128 DEPEND[man/man3/EVP_KDF.3]=man3/EVP_KDF.pod 1129 GENERATE[man/man3/EVP_KDF.3]=man3/EVP_KDF.pod 3067 html/man3/EVP_KDF.html \ 3675 man/man3/EVP_KDF.3 \ 4202 DEPEND[html/man7/EVP_KDF-HKDF.html]=man7/EVP_KDF-HKDF.pod 4203 GENERATE[html/man7/EVP_KDF-HKDF.html]=man7/EVP_KDF-HKDF.pod 4204 DEPEND[man/man7/EVP_KDF-HKDF.7]=man7/EVP_KDF-HKDF.pod 4205 GENERATE[man/man7/EVP_KDF-HKDF.7]=man7/EVP_KDF-HKDF.pod [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | list.c | 53 IS_FETCHABLE(kdf, EVP_KDF) in IS_FETCHABLE() 305 DEFINE_STACK_OF(EVP_KDF) in DEFINE_STACK_OF() argument 306 static int kdf_cmp(const EVP_KDF * const *a, const EVP_KDF * const *b) in DEFINE_STACK_OF() 312 static void collect_kdfs(EVP_KDF *kdf, void *stack) in collect_kdfs() 314 STACK_OF(EVP_KDF) *kdf_stack = stack; in collect_kdfs() 323 STACK_OF(EVP_KDF) *kdfs = sk_EVP_KDF_new(kdf_cmp); in list_kdfs() 334 const EVP_KDF *k = sk_EVP_KDF_value(kdfs, i); in list_kdfs()
|
| D | kdf.c | 80 EVP_KDF *kdf = NULL; in kdf_main()
|
| D | pkcs12.c | 765 EVP_KDF *pkcs12kdf; in pkcs12_main()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| D | ecdh_kdf.c | 34 EVP_KDF *kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X963KDF, propq); in ossl_ecdh_kdf_X9_63()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/dh/ |
| D | dh_kdf.c | 37 EVP_KDF *kdf = NULL; in ossl_dh_kdf_X9_42_asn1()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
| D | p12_key.c | 85 EVP_KDF *kdf; in PKCS12_key_gen_uni_ex()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | evp_kdf_test.c | 25 EVP_KDF *kdf = EVP_KDF_fetch(libctx, name, NULL); in get_kdfbyname_libctx() 1562 static int test_kdfs_same( EVP_KDF *kdf1, EVP_KDF *kdf2) in test_kdfs_same() 1579 EVP_KDF *kdf1 = NULL, *kdf2 = NULL; in test_kdf_get_kdf()
|
| D | evp_test.c | 2726 EVP_KDF *kdf; in kdf_test_init()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | tls13_enc.c | 39 EVP_KDF *kdf = EVP_KDF_fetch(s->ctx->libctx, OSSL_KDF_NAME_TLS1_3_KDF, in tls13_hkdf_expand() 168 EVP_KDF *kdf; in tls13_generate_secret()
|
| D | t1_enc.c | 35 EVP_KDF *kdf; in tls1_PRF()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | other.syms | 43 EVP_KDF datatype
|
| /netbsd/src/distrib/sets/lists/man/ |
| D | mi | 2500 ./usr/share/man/cat7/EVP_KDF-HKDF.0 man-crypto-catman .cat,openssl=30 2501 ./usr/share/man/cat7/EVP_KDF-KB.0 man-crypto-catman .cat,openssl=30 2502 ./usr/share/man/cat7/EVP_KDF-KRB5KDF.0 man-crypto-catman .cat,openssl=30 2503 ./usr/share/man/cat7/EVP_KDF-PBKDF1.0 man-crypto-catman .cat,openssl=30 2504 ./usr/share/man/cat7/EVP_KDF-PBKDF2.0 man-crypto-catman .cat,openssl=30 2505 ./usr/share/man/cat7/EVP_KDF-PKCS12KDF.0 man-crypto-catman .cat,openssl=30 2506 ./usr/share/man/cat7/EVP_KDF-SCRYPT.0 man-crypto-catman .cat,openssl=30 2507 ./usr/share/man/cat7/EVP_KDF-SS.0 man-crypto-catman .cat,openssl=30 2508 ./usr/share/man/cat7/EVP_KDF-SSHKDF.0 man-crypto-catman .cat,openssl=30 2509 ./usr/share/man/cat7/EVP_KDF-TLS13_KDF.0 man-crypto-catman .cat,openssl=30 [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | NEWS.md | 209 * Added 'openssl kdf' that uses the EVP_KDF API. 219 * Added EVP_KDF, an EVP layer KDF and PRF API, and a generic EVP_PKEY to 220 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
|
| D | CHANGES.md | 1276 the legacy crypto provider as an EVP_KDF. Applications requiring this KDF 2201 * Added command 'openssl kdf' that uses the EVP_KDF API. 2260 * Added KB KDF (EVP_KDF_KB) to EVP_KDF. 2264 * Added SSH KDF (EVP_KDF_SSHKDF) and KRB5 KDF (EVP_KDF_KRB5KDF) to EVP_KDF. 2268 * Added Single Step KDF (EVP_KDF_SS), X963 KDF, and X942 KDF to EVP_KDF. 2288 * Added EVP_KDF, an EVP layer KDF API, to simplify adding KDF and PRF 2289 implementations. This includes an EVP_PKEY to EVP_KDF bridge for 2292 and scrypt are now wrappers that call EVP_KDF.
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 5314 ./usr/share/man/cat3/EVP_KDF.0 comp-c-catman .cat,open… 13915 ./usr/share/man/html3/EVP_KDF.html comp-c-htmlman html,openssl=30 22360 ./usr/share/man/man3/EVP_KDF.3 comp-c-man .man,open…
|