Searched refs:OSSL_FUNC_KEYEXCH_DERIVE (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
| H A D | ecx_exch.c | 228 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive }, 238 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive },
|
| H A D | kdf_exch.c | 243 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))kdf_derive }, \
|
| H A D | dh_exch.c | 501 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))dh_derive },
|
| H A D | ecdh_exch.c | 569 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | exchange.c | 80 case OSSL_FUNC_KEYEXCH_DERIVE: in evp_keyexch_from_algorithm()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | tls-provider.c | 313 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))xor_derive },
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-keyexch.pod | 75 OSSL_FUNC_keyexch_derive OSSL_FUNC_KEYEXCH_DERIVE
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | core_dispatch.h | 651 # define OSSL_FUNC_KEYEXCH_DERIVE 3 macro
|