Home
last modified time | relevance | path

Searched refs:CBB_add_asn1 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_asn1.c59 if (!CBB_add_asn1(&cbb, &session, CBS_ASN1_SEQUENCE)) in SSL_SESSION_encode()
83 if (!CBB_add_asn1(&session, &session_id, CBS_ASN1_OCTETSTRING)) in SSL_SESSION_encode()
90 if (!CBB_add_asn1(&session, &master_key, CBS_ASN1_OCTETSTRING)) in SSL_SESSION_encode()
99 if (!CBB_add_asn1(&session, &time, SSLASN1_TIME_TAG)) in SSL_SESSION_encode()
109 if (!CBB_add_asn1(&session, &timeout, SSLASN1_TIMEOUT_TAG)) in SSL_SESSION_encode()
129 if (!CBB_add_asn1(&sidctx, &value, CBS_ASN1_OCTETSTRING)) in SSL_SESSION_encode()
138 if (!CBB_add_asn1(&session, &verify_result, in SSL_SESSION_encode()
147 if (!CBB_add_asn1(&session, &hostname, SSLASN1_HOSTNAME_TAG)) in SSL_SESSION_encode()
149 if (!CBB_add_asn1(&hostname, &value, CBS_ASN1_OCTETSTRING)) in SSL_SESSION_encode()
170 if (!CBB_add_asn1(&session, &ticket, SSLASN1_TICKET_TAG)) in SSL_SESSION_encode()
[all …]
H A Dbs_cbb.c331 CBB_add_asn1(CBB *cbb, CBB *out_contents, unsigned int tag) in CBB_add_asn1() function
439 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER)) in CBB_add_asn1_uint64()
H A Dbytestring.h471 int CBB_add_asn1(CBB *cbb, CBB *out_contents, unsigned int tag);
H A Dssl_clnt.c2002 if (!CBB_add_asn1(cbb, &gostblob, CBS_ASN1_SEQUENCE)) in ssl3_send_client_kex_gost()
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_ber.c194 if (!CBB_add_asn1(out, in cbs_convert_indefinite()
214 if (!CBB_add_asn1(out, &out_contents_storage, tag)) in cbs_convert_indefinite()
H A Dbs_cbb.c331 CBB_add_asn1(CBB *cbb, CBB *out_contents, unsigned int tag) in CBB_add_asn1() function
439 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER)) in CBB_add_asn1_uint64()
H A Dbytestring.h471 int CBB_add_asn1(CBB *cbb, CBB *out_contents, unsigned int tag);