Home
last modified time | relevance | path

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

/crypto/x509/
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()
A Dx509cset.c172 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
A Dx509_set.c57 return ASN1_STRING_copy(in, serial); in X509_set_serialNumber()
A Dx_name.c399 if (!ASN1_STRING_copy(out, in)) in asn1_string_canon()
/crypto/asn1/
A Da_gentm.c54 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_GENERALIZEDTIME_set_string()
A Da_utctm.c49 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_UTCTIME_set_string()
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()
A Da_time.c437 if (s == NULL || ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t)) in ASN1_TIME_set_string_X509()
/crypto/ocsp/
A Docsp_lib.c81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) in OCSP_cert_id_new()
/crypto/cms/
A Dcms_lib.c763 if (!ASN1_STRING_copy(ias->serialNumber, X509_get0_serialNumber(cert))) { in ossl_cms_set1_ias()

Completed in 31 milliseconds