Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c188 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 Dasn1_gen.c178 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 Da_object.c29 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
H A Dasn1_lib.c222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() function
H A Dbio_asn1.c190 ctx->buflen = ASN1_object_size(0, inl, ctx->asn1_tag) - inl; in asn1_bio_write()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c111 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 Docsp_ext.c258 os.length = ASN1_object_size(0, len, V_ASN1_OCTET_STRING); in ocsp_add1_nonce()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c391 j = ASN1_object_size(0, i, V_ASN1_OBJECT); in OBJ_txt2obj()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt156 ASN1_object_size(3)
H A Dmissingcrypto111.txt174 ASN1_object_size(3)
H A Dlibcrypto.num2077 ASN1_object_size 2124 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h901 int ASN1_object_size(int constructed, int length, int tag);
H A Dasn1.h.in734 int ASN1_object_size(int constructed, int length, int tag);
/freebsd/secure/lib/libcrypto/
H A DVersion.map203 ASN1_object_size;