Searched refs:ASN1_object_size (Results 1 – 8 of 8) sorted by relevance
| /crypto/asn1/ |
| A D | tasn_enc.c | 186 seqlen = ASN1_object_size(ndef, seqcontlen, tag); in ASN1_item_ex_i2d() 315 sklen = ASN1_object_size(ndef, skcontlen, sktag); in asn1_template_ex_i2d() 320 ret = ASN1_object_size(ndef, sklen, ttag); in asn1_template_ex_i2d() 357 ret = ASN1_object_size(ndef, i, ttag); in asn1_template_ex_i2d() 516 return ASN1_object_size(ndef, len, tag); in asn1_i2d_ex_primitive()
|
| A D | asn1_gen.c | 179 len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag); in generate_v3() 191 len = ASN1_object_size(0, len, etmp->exp_tag); in generate_v3()
|
| A D | a_object.c | 29 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
|
| A D | asn1_lib.c | 222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() function
|
| A D | bio_asn1.c | 190 ctx->buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl; in asn1_bio_write()
|
| /crypto/sm2/ |
| A D | sm2_crypt.c | 98 sz = 2 * ASN1_object_size(0, field_size + 1, V_ASN1_INTEGER) in ossl_sm2_ciphertext_size() 99 + ASN1_object_size(0, md_size, V_ASN1_OCTET_STRING) in ossl_sm2_ciphertext_size() 100 + ASN1_object_size(0, (int)msg_len, V_ASN1_OCTET_STRING); in ossl_sm2_ciphertext_size() 102 *ct_size = (size_t)ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_ciphertext_size()
|
| /crypto/ocsp/ |
| A D | ocsp_ext.c | 258 os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); in ocsp_add1_nonce()
|
| /crypto/objects/ |
| A D | obj_dat.c | 360 j = ASN1_object_size(0, i, V_ASN1_OBJECT); in OBJ_txt2obj()
|
Completed in 32 milliseconds