Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_kmeth.c269 int (**pcopy)(EC_KEY *dest, const EC_KEY *src), in EC_KEY_METHOD_get_init()
281 if (pcopy != NULL) in EC_KEY_METHOD_get_init()
282 *pcopy = meth->copy; in EC_KEY_METHOD_get_init()
/freebsd/contrib/sendmail/src/
H A Denvelope.c521 char pcopy[MAXNAME_I]; local
525 expand(PostMasterCopy, pcopy, sizeof(pcopy), e);
529 id, pcopy);
530 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e);
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td65 let aliases = ["present_or_copy", "pcopy"];
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1509 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
H A Devp.h2071 (const EVP_PKEY_METHOD *pmeth, int (**pcopy) (EVP_PKEY_CTX *dst,
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1935 int (**pcopy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_get_copy()
1938 *pcopy = pmeth->copy; in EVP_PKEY_meth_get_copy()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod148 int (**pcopy) (EVP_PKEY_CTX *dst,
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c4475 int (*pcopy)(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src); in custom_pmeth_copy() local
4477 EVP_PKEY_meth_get_copy(orig_pmeth, &pcopy); in custom_pmeth_copy()
4478 return pcopy(dst, src); in custom_pmeth_copy()