Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509aset.c89 if (ASN1_STRING_copy(&o->objectDigest, digest) <= 0) in OSSL_OBJECT_DIGEST_INFO_set1_digest()
104 return ASN1_STRING_copy(&isss->serial, serial); in OSSL_ISSUER_SERIAL_set1_serial()
166 return ASN1_STRING_copy(&x->acinfo->serialNumber, serial); in X509_ACERT_set1_serialNumber()
H A Dx509cset.c167 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
H A Dx509_set.c52 return ASN1_STRING_copy(in, serial); in X509_set_serialNumber()
H A Dx_name.c399 if (!ASN1_STRING_copy(out, in)) in asn1_string_canon()
/openssl/crypto/asn1/
H A Da_gentm.c50 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_GENERALIZEDTIME_set_string()
H A Da_utctm.c46 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_UTCTIME_set_string()
H A Dasn1_lib.c257 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) in ASN1_STRING_copy() function
279 if (!ASN1_STRING_copy(ret, str)) { in ASN1_STRING_dup()
H A Da_time.c434 if (s == NULL || ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t)) in ASN1_TIME_set_string_X509()
/openssl/crypto/ocsp/
H A Docsp_lib.c81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) in OCSP_cert_id_new()
/openssl/crypto/cms/
H A Dcms_lib.c708 if (!ASN1_STRING_copy(ias->serialNumber, X509_get0_serialNumber(cert))) { in ossl_cms_set1_ias()
/openssl/util/
H A Dmissingcrypto.txt95 ASN1_STRING_copy(3)
H A Dmissingcrypto111.txt106 ASN1_STRING_copy(3)
H A Dlibcrypto.num1045 ASN1_STRING_copy 1073 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dasn1.h.in572 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);

Completed in 49 milliseconds