Home
last modified time | relevance | path

Searched refs:ASN1_STRING_dup (Results 1 – 9 of 9) sorted by relevance

/NextBSD/crypto/openssl/doc/crypto/
HDASN1_STRING_length.pod5 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
16 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
36 ASN1_STRING_dup() returns a copy of the structure B<a>.
/NextBSD/crypto/openssl/crypto/asn1/
HDasn1.h585 ASN1_STRING_dup((const ASN1_STRING *)a)
594 ASN1_STRING_dup((const ASN1_STRING *)a)
602 ASN1_STRING_dup((const ASN1_STRING *)a)
610 ASN1_STRING_dup((const ASN1_STRING *)a)
696 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
708 ASN1_STRING_dup((const ASN1_STRING *)a)
713 # define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\
720 ASN1_STRING_dup((const ASN1_STRING *)a)
800 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
HDa_type.c98 sdup = ASN1_STRING_dup(value); in ASN1_TYPE_set1()
HDasn1_lib.c347 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup() function
/NextBSD/crypto/openssl/crypto/cms/
HDcms_lib.c643 keyid = ASN1_STRING_dup(cert->skid); in cms_set1_keyid()
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_ameth.c750 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man222 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_dup.3
/NextBSD/crypto/openssl/util/
HDlibeay.num15 ASN1_STRING_dup 15 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES9433 *) Copy the flags in ASN1_STRING_dup().