Home
last modified time | relevance | path

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 Decx_exch.c228 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive },
238 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecx_derive },
H A Dkdf_exch.c243 { 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 },
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dexchange.c80 case OSSL_FUNC_KEYEXCH_DERIVE: in evp_keyexch_from_algorithm()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls-provider.c313 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))xor_derive },
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-keyexch.pod75 OSSL_FUNC_keyexch_derive OSSL_FUNC_KEYEXCH_DERIVE
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h651 # define OSSL_FUNC_KEYEXCH_DERIVE 3 macro