Home
last modified time | relevance | path

Searched refs:OSSL_FUNC_KEYEXCH_DERIVE (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decx_exch.c228 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive },
238 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive },
H A Dkdf_exch.c204 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))kdf_derive }, \
H A Ddh_exch.c501 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))dh_derive },
H A Decdh_exch.c569 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
/freebsd/crypto/openssl/crypto/evp/
H A Dexchange.c80 case OSSL_FUNC_KEYEXCH_DERIVE: in evp_keyexch_from_algorithm()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c307 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))xor_derive },
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keyexch.pod75 OSSL_FUNC_keyexch_derive OSSL_FUNC_KEYEXCH_DERIVE
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h651 # define OSSL_FUNC_KEYEXCH_DERIVE 3 macro