Home
last modified time | relevance | path

Searched refs:ASN1_STRING_copy (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/crypto/asn1/
Da_gentm.c50 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_GENERALIZEDTIME_set_string()
Dasn1_lib.c251 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy() function
273 if (!ASN1_STRING_copy(ret, str)) { in ASN1_STRING_dup()
Da_utctm.c46 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_UTCTIME_set_string()
Da_time.c432 if (s == NULL || ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t)) in ASN1_TIME_set_string_X509()
/third_party/openssl/crypto/ocsp/
Docsp_lib.c81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) in OCSP_cert_id_new()
/third_party/openssl/crypto/x509/
Dx509cset.c170 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
Dx509_set.c46 return ASN1_STRING_copy(in, serial); in X509_set_serialNumber()
Dx_name.c395 if (!ASN1_STRING_copy(out, in)) in asn1_string_canon()
/third_party/openssl/crypto/cms/
Dcms_lib.c703 if (!ASN1_STRING_copy(ias->serialNumber, X509_get0_serialNumber(cert))) in ossl_cms_set1_ias()
/third_party/openssl/util/
Dmissingcrypto.txt95 ASN1_STRING_copy(3)
Dmissingcrypto111.txt106 ASN1_STRING_copy(3)
Dlibcrypto.num1045 ASN1_STRING_copy 1073 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dasn1.h541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
/third_party/openssl/include/openssl/
Dasn1.h.in569 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);