Home
last modified time | relevance | path

Searched refs:ASN1_object_size (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libcrypto/asn1/
Dasn1_old_lib.c193 ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() function
216 LCRYPTO_ALIAS(ASN1_object_size);
Dtasn_enc.c245 seqlen = ASN1_object_size(ndef, seqcontlen, tag); in ASN1_item_ex_i2d()
357 sklen = ASN1_object_size(ndef, skcontlen, sktag); in asn1_template_ex_i2d()
360 ret = ASN1_object_size(ndef, sklen, ttag); in asn1_template_ex_i2d()
393 ret = ASN1_object_size(ndef, i, ttag); in asn1_template_ex_i2d()
554 return ASN1_object_size(ndef, len, tag); in asn1_i2d_ex_primitive()
Dasn1_gen.c214 len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag); in ASN1_generate_v3()
226 len = ASN1_object_size(0, len, etmp->exp_tag); in ASN1_generate_v3()
Dbio_asn1.c231 buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl; in asn1_bio_write()
Da_object.c625 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
Dasn1.h733 int ASN1_object_size(int constructed, int length, int tag);
/openbsd/src/lib/libcrypto/sm2/
Dsm2_crypt.c173 asn_size = 2 * ASN1_object_size(0, field_size + 1, V_ASN1_INTEGER) + in SM2_ciphertext_size()
174 ASN1_object_size(0, md_size, V_ASN1_OCTET_STRING) + in SM2_ciphertext_size()
175 ASN1_object_size(0, msg_len, V_ASN1_OCTET_STRING); in SM2_ciphertext_size()
177 *c_size = ASN1_object_size(1, asn_size, V_ASN1_SEQUENCE); in SM2_ciphertext_size()
/openbsd/src/lib/libcrypto/ocsp/
Docsp_ext.c380 os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); in ocsp_add1_nonce()
/openbsd/src/lib/libcrypto/
DSymbols.list193 ASN1_object_size