/openssl/crypto/asn1/ |
H A D | x_int64.c | 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() 36 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() 42 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() 48 const ASN1_ITEM *it) in uint64_i2c() 72 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 112 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print() 122 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new() 129 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free() 135 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear() 141 const ASN1_ITEM *it) in uint32_i2c() [all …]
|
H A D | tasn_new.c | 29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new() 37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex() 49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern() 55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() 60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new() 174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear() 210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new() local 261 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_primitive_new() 327 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
|
H A D | tasn_utl.c | 29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector() 37 const ASN1_ITEM *it) in ossl_asn1_get_choice_selector_const() 49 const ASN1_ITEM *it) in ossl_asn1_set_choice_selector() 68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() 116 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr() 129 const ASN1_ITEM *it) in asn1_get_const_enc_ptr() 141 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init() 152 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_free() 165 const ASN1_ITEM *it) in ossl_asn1_enc_save() 185 const ASN1_ITEM *it) in ossl_asn1_enc_restore()
|
H A D | x_bignum.c | 74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new() 83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() 95 const ASN1_ITEM *it) in bn_i2c() 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 149 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print()
|
H A D | asn_pack.c | 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack() 52 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack() 63 void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it, in ASN1_item_unpack_ex()
|
H A D | tasn_fre.c | 18 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) in ASN1_item_free() 23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() 28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_item_embed_free() 150 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_primitive_free()
|
H A D | x_long.c | 55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free() 86 const ASN1_ITEM *it) in long_i2c() 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() 189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in long_print()
|
H A D | a_i2d_fp.c | 69 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp() 85 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio() 111 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val) in ASN1_item_i2d_mem_bio()
|
H A D | a_d2i_fp.c | 58 void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x, in ASN1_item_d2i_bio_ex() 79 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) in ASN1_item_d2i_bio() 85 void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, in ASN1_item_d2i_fp_ex() 101 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) in ASN1_item_d2i_fp()
|
H A D | tasn_enc.c | 38 const ASN1_ITEM *it) in ASN1_item_ndef_i2d() 43 int ASN1_item_i2d(const ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_i2d() 56 const ASN1_ITEM *it, int flags) in asn1_item_flags_i2d() 82 const ASN1_ITEM *it, int tag, int aclass) in ASN1_item_ex_i2d() 463 const ASN1_ITEM *it, int tag, int aclass) in asn1_i2d_ex_primitive() 523 const ASN1_ITEM *it) in asn1_ex_i2c()
|
H A D | a_verify.c | 87 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify() 94 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ex() 110 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ctx()
|
H A D | a_type.c | 109 ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t) in ASN1_TYPE_pack_sequence() 133 void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t) in ASN1_TYPE_unpack_sequence()
|
H A D | a_digest.c | 54 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex() 87 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
|
H A D | nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
|
H A D | asn1_item_list.c | 33 const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]); in ASN1_ITEM_lookup() local
|
H A D | asn_mime.c | 70 const ASN1_ITEM *it) in i2d_ASN1_bio_stream() 106 const ASN1_ITEM *it) in B64_write_ASN1() 129 const char *hdr, const ASN1_ITEM *it) in PEM_write_bio_ASN1_stream() 138 static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it, ASN1_VALUE **x, in b64_read_asn1() 240 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it, in SMIME_write_ASN1_ex() 334 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it) in SMIME_write_ASN1() 344 const ASN1_ITEM *it) in asn1_output_data() 400 const ASN1_ITEM *it, ASN1_VALUE **x, in SMIME_read_ASN1_ex() 508 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) in SMIME_read_ASN1()
|
H A D | a_sign.c | 114 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_item_sign() 122 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ex() 147 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ctx()
|
H A D | tasn_dec.c | 108 long len, const ASN1_ITEM *it, int tag, in asn1_item_ex_d2i_intern() 126 const ASN1_ITEM *it, in ASN1_item_ex_d2i() 135 const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_d2i_ex() 152 const ASN1_ITEM *it) in ASN1_item_d2i() 163 long len, const ASN1_ITEM *it, in asn1_item_embed_d2i() 700 const ASN1_ITEM *it, in asn1_d2i_ex_primitive() 832 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
|
H A D | bio_ndef.c | 34 const ASN1_ITEM *it; member 58 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF()
|
/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 135 void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, in PKCS12_item_decrypt_d2i_ex() 164 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, in PKCS12_item_decrypt_d2i() 178 const ASN1_ITEM *it, in PKCS12_item_i2d_encrypt_ex() 213 const ASN1_ITEM *it, in PKCS12_item_i2d_encrypt()
|
/openssl/crypto/x509/ |
H A D | x_req.c | 35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb() 48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb()
|
/openssl/crypto/dsa/ |
H A D | dsa_asn1.c | 25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
|
/openssl/providers/common/ |
H A D | digest_to_nid.c | 23 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len) in ossl_digest_md_to_nid()
|
/openssl/crypto/rsa/ |
H A D | rsa_asn1.c | 28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
|
/openssl/crypto/cmp/ |
H A D | cmp_http.c | 55 const ASN1_ITEM *it = ASN1_ITEM_rptr(OSSL_CMP_MSG); in OSSL_CMP_MSG_http_perform() local
|