Searched refs:ASN1_INTEGER_dup (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_int.c64 ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x) function
H A Dasn1.h841 ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x);
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c140 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber)))
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_req_utils.c155 new_nonce = ASN1_INTEGER_dup(nonce);
H A Dts_rsp_sign.c878 ASN1_INTEGER_dup(cert->cert_info->serialNumber)))
H A Dts_rsp_utils.c168 new_serial = ASN1_INTEGER_dup(serial);
231 new_seconds = ASN1_INTEGER_dup(seconds);
253 new_millis = ASN1_INTEGER_dup(millis);
276 new_micros = ASN1_INTEGER_dup(micros);
309 new_nonce = ASN1_INTEGER_dup(nonce);
H A Dts_verify_ctx.c150 if (!(ret->nonce = ASN1_INTEGER_dup(nonce)))

Completed in 132 milliseconds