Searched refs:i2a_ASN1_STRING (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c79 i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
81 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
230 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Df_string.c64 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) function
H A Dasn1.h917 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c267 if (i2a_ASN1_STRING(out, nonce, V_ASN1_OCTET_STRING) <= 0)

Completed in 68 milliseconds