Searched refs:OSSL_FUNC_KEYEXCH_DERIVE (Results 1 – 8 of 8) sorted by relevance
/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 | 551 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))dh_derive },
|
H A D | ecdh_exch.c | 639 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
/openssl/crypto/evp/ |
H A D | exchange.c | 75 case OSSL_FUNC_KEYEXCH_DERIVE: in evp_keyexch_from_algorithm()
|
/openssl/doc/man7/ |
H A D | provider-keyexch.pod | 75 OSSL_FUNC_keyexch_derive OSSL_FUNC_KEYEXCH_DERIVE
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 693 # define OSSL_FUNC_KEYEXCH_DERIVE 3 macro
|
/openssl/test/ |
H A D | tls-provider.c | 542 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))xor_derive },
|
Completed in 28 milliseconds