Searched refs:ASN1_object_size (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/lib/libcrypto/asn1/ |
| D | asn1_old_lib.c | 193 ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() function 216 LCRYPTO_ALIAS(ASN1_object_size);
|
| D | tasn_enc.c | 245 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()
|
| D | asn1_gen.c | 214 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()
|
| D | bio_asn1.c | 231 buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl; in asn1_bio_write()
|
| D | a_object.c | 625 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
|
| D | asn1.h | 733 int ASN1_object_size(int constructed, int length, int tag);
|
| /openbsd/src/lib/libcrypto/sm2/ |
| D | sm2_crypt.c | 173 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/ |
| D | ocsp_ext.c | 380 os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); in ocsp_add1_nonce()
|
| /openbsd/src/lib/libcrypto/ |
| D | Symbols.list | 193 ASN1_object_size
|