Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/sendmail/src/
H A Denvelope.c507 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 Dpmeth_lib.c677 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 Dcoffcode.h3690 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 Dia64-gen.c2525 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 Dec.h1326 int (**pcopy)(EC_KEY *dest, const EC_KEY *src),
H A Devp.h1532 int (**pcopy) (EVP_PKEY_CTX *dst,
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod128 int (**pcopy) (EVP_PKEY_CTX *dst,