Searched refs:pcopy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.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-12.1/contrib/sendmail/src/ |
| H A D | envelope.c | 507 char pcopy[MAXNAME]; local 511 expand(PostMasterCopy, pcopy, sizeof(pcopy), e); 515 id, pcopy); 516 (void) sendtolist(pcopy, NULLADDR, &rlist, 0, e);
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 677 int (**pcopy) (EVP_PKEY_CTX *dst, in EVP_PKEY_meth_get_copy() 680 *pcopy = pmeth->copy; in EVP_PKEY_meth_get_copy()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | coffcode.h | 3690 asymbol **pcopy; in coff_write_object_contents() local 3693 for (pcopy = psym; pcopy > psymsec; pcopy--) in coff_write_object_contents() 3694 pcopy[0] = pcopy[-1]; in coff_write_object_contents()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ia64-gen.c | 2525 char pcopy[129], *prefix; local 2531 strcpy (pcopy, opc->name); 2532 prefix = pcopy + get_prefix_len (pcopy);
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1326 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
|
| H A D | evp.h | 1532 int (**pcopy) (EVP_PKEY_CTX *dst,
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 128 int (**pcopy) (EVP_PKEY_CTX *dst,
|