Home
last modified time | relevance | path

Searched defs:exchange (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dexchange.c23 EVP_KEYEXCH *exchange = OPENSSL_zalloc(sizeof(EVP_KEYEXCH)); in evp_keyexch_new() local
48 EVP_KEYEXCH *exchange = NULL; in evp_keyexch_from_algorithm() local
147 void EVP_KEYEXCH_free(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_free()
162 int EVP_KEYEXCH_up_ref(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_up_ref()
170 OSSL_PROVIDER *EVP_KEYEXCH_get0_provider(const EVP_KEYEXCH *exchange) in EVP_KEYEXCH_get0_provider()
204 EVP_KEYEXCH *exchange = NULL; in EVP_PKEY_derive_init_ex() local
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dexchange.h29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_val… in exchange() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h54 T *exchange(T *Value) { in exchange() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp321 void partitionedTimers::exchange(explicitTimer timer) { in exchange() function in partitionedTimers
/freebsd/crypto/openssl/include/crypto/
H A Devp.h50 EVP_KEYEXCH *exchange; member