Searched refs:pcopy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ec/ |
| H A D | ec_kmeth.c | 242 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 D | envelope.c | 520 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 D | pmeth_lib.c | 692 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 D | ec.h | 1331 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
|
| H A D | evp.h | 1548 int (**pcopy) (EVP_PKEY_CTX *dst,
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 144 int (**pcopy) (EVP_PKEY_CTX *dst,
|