Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_length.pod5 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
17 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
41 ASN1_STRING_dup() returns a copy of the structure I<a>.
87 ASN1_STRING_dup() returns a valid B<ASN1_STRING> structure or NULL if an
/freebsd/crypto/openssl/crypto/asn1/
H A Da_octet.c16 return ASN1_STRING_dup(x); in ASN1_OCTET_STRING_dup()
H A Da_type.c54 sdup = ASN1_STRING_dup(value); in ASN1_TYPE_set1()
H A Dasn1_lib.c264 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str) in ASN1_STRING_dup() function
H A Da_int.c20 return ASN1_STRING_dup(x); in ASN1_INTEGER_dup()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509cset.c148 in = ASN1_STRING_dup(tm); in X509_REVOKED_set_revocationDate()
H A Dx509_set.c69 in = ASN1_STRING_dup(tm); in ossl_x509_set1_time()
H A Dv3_san.c445 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c137 new_time = ASN1_STRING_dup(gtime); in TS_TST_INFO_set_time()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c725 keyid = ASN1_STRING_dup(cert_keyid); in ossl_cms_set1_keyid()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c121 #define ASN1_UTF8STRING_dup ASN1_STRING_dup in IMPLEMENT_CRMF_CTRL_FUNC()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c111 if (!sk_ASN1_UTF8STRING_push(ctx->statusString, ASN1_STRING_dup(str))) in save_statusInfo()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c656 ASN1_STRING *os2 = ASN1_STRING_dup(os1); in rsa_item_sign()
/freebsd/secure/lib/libcrypto/
H A DVersion.map109 ASN1_STRING_dup;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile656 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_dup.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3245 ASN1_STRING_dup 3314 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md18116 * Copy the flags in ASN1_STRING_dup().