Home
last modified time | relevance | path

Searched refs:pcopy (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec_kmeth.c242 int (**pcopy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_get_init()
254 if (pcopy != NULL) in EC_KEY_METHOD_get_init()
255 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
/freebsd-13.1/contrib/sendmail/src/
H A Denvelope.c520 char pcopy[MAXNAME]; local
524 expand(PostMasterCopy, pcopy, sizeof(pcopy), e);
528 id, pcopy);
529 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e);
/freebsd-13.1/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c692 int (**pcopy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_get_copy()
695 *pcopy = pmeth->copy; in EVP_PKEY_meth_get_copy()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dec.h1331 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
H A Devp.h1548 int (**pcopy) (EVP_PKEY_CTX *dst,
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod144 int (**pcopy) (EVP_PKEY_CTX *dst,