Searched refs:ASN1_STRING_copy (Results 1 – 10 of 10) sorted by relevance
| /crypto/x509/ |
| A D | x509aset.c | 89 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 D | x509cset.c | 172 return ASN1_STRING_copy(in, serial); in X509_REVOKED_set_serialNumber()
|
| A D | x509_set.c | 57 return ASN1_STRING_copy(in, serial); in X509_set_serialNumber()
|
| A D | x_name.c | 399 if (!ASN1_STRING_copy(out, in)) in asn1_string_canon()
|
| /crypto/asn1/ |
| A D | a_gentm.c | 54 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_GENERALIZEDTIME_set_string()
|
| A D | a_utctm.c | 49 if (s != NULL && !ASN1_STRING_copy(s, &t)) in ASN1_UTCTIME_set_string()
|
| A D | asn1_lib.c | 257 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 D | a_time.c | 437 if (s == NULL || ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t)) in ASN1_TIME_set_string_X509()
|
| /crypto/ocsp/ |
| A D | ocsp_lib.c | 81 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0) in OCSP_cert_id_new()
|
| /crypto/cms/ |
| A D | cms_lib.c | 763 if (!ASN1_STRING_copy(ias->serialNumber, X509_get0_serialNumber(cert))) { in ossl_cms_set1_ias()
|
Completed in 22 milliseconds