Searched refs:OSSL_FUNC_KEYEXCH_DERIVE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/exchange/ |
| H A D | ecx_exch.c | 206 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive }, 219 { 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 | 548 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))dh_derive },
|
| H A D | ecdh_exch.c | 623 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | exchange.c | 86 case OSSL_FUNC_KEYEXCH_DERIVE: in evp_keyexch_from_algorithm()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-keyexch.pod | 75 OSSL_FUNC_keyexch_derive OSSL_FUNC_KEYEXCH_DERIVE
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 714 #define OSSL_FUNC_KEYEXCH_DERIVE 3 macro
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls-provider.c | 539 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))xor_derive },
|