Searched refs:ASN1_object_size (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 188 seqlen = ASN1_object_size(ndef, seqcontlen, tag); in ASN1_item_ex_i2d() 317 sklen = ASN1_object_size(ndef, skcontlen, sktag); in asn1_template_ex_i2d() 322 ret = ASN1_object_size(ndef, sklen, ttag); in asn1_template_ex_i2d() 359 ret = ASN1_object_size(ndef, i, ttag); in asn1_template_ex_i2d() 522 return ASN1_object_size(ndef, len, tag); in asn1_i2d_ex_primitive()
|
H A D | asn1_gen.c | 178 len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag); in generate_v3() 190 len = ASN1_object_size(0, len, etmp->exp_tag); in generate_v3()
|
H A D | a_object.c | 29 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
|
H A D | asn1_lib.c | 222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() function
|
H A D | bio_asn1.c | 190 ctx->buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl; in asn1_bio_write()
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 111 sz = 2 * ASN1_object_size(0, field_size + 1, V_ASN1_INTEGER) in ossl_sm2_encrypt() 112 + ASN1_object_size(0, md_size, V_ASN1_OCTET_STRING) in ossl_sm2_encrypt() 113 + ASN1_object_size(0, msg_len, V_ASN1_OCTET_STRING); in ossl_sm2_encrypt() 115 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_encrypt()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 258 os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); in ocsp_add1_nonce()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 391 j = ASN1_object_size(0, i, V_ASN1_OBJECT); in OBJ_txt2obj()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 156 ASN1_object_size(3)
|
H A D | missingcrypto111.txt | 174 ASN1_object_size(3)
|
H A D | libcrypto.num | 2077 ASN1_object_size 2124 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 901 int ASN1_object_size(int constructed, int length, int tag);
|
H A D | asn1.h.in | 734 int ASN1_object_size(int constructed, int length, int tag);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 203 ASN1_object_size;
|