Searched refs:pcopy (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 269 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 D | envelope.c | 521 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 D | ACC.td | 65 let aliases = ["present_or_copy", "pcopy"];
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1509 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
|
H A D | evp.h | 2071 (const EVP_PKEY_METHOD *pmeth, int (**pcopy) (EVP_PKEY_CTX *dst,
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1935 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 D | EVP_PKEY_meth_new.pod | 148 int (**pcopy) (EVP_PKEY_CTX *dst,
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4475 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()
|