Home
last modified time | relevance | path

Searched refs:ossl_ecx_key_up_ref (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
H A Decx_exch.c84 || !ossl_ecx_key_up_ref(key)) { in ecx_init()
106 || !ossl_ecx_key_up_ref(key)) { in ecx_set_peer()
209 if (dstctx->key != NULL && !ossl_ecx_key_up_ref(dstctx->key)) { in ecx_dupctx()
215 if (dstctx->peerkey != NULL && !ossl_ecx_key_up_ref(dstctx->peerkey)) { in ecx_dupctx()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_key.c81 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Deddsa_sig.c111 if (!ossl_ecx_key_up_ref(edkey)) { in eddsa_digest_signverify_init()
293 if (srcctx->key != NULL && !ossl_ecx_key_up_ref(srcctx->key)) { in eddsa_dupctx()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h84 int ossl_ecx_key_up_ref(ECX_KEY *key);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c891 if (ret != NULL && !ossl_ecx_key_up_ref(ret)) in evp_pkey_get1_ECX_KEY()