Home
last modified time | relevance | path

Searched defs:it (Results 1 – 25 of 55) sorted by relevance

123

/openssl/crypto/asn1/
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
50 const ASN1_ITEM *it) in uint64_i2c()
74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
145 const ASN1_ITEM *it) in uint32_i2c()
[all …]
H A Dtasn_new.c29 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()
329 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
H A Dtasn_utl.c29 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()
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr()
125 const ASN1_ITEM *it) in asn1_get_const_enc_ptr()
137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init()
148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_free()
161 const ASN1_ITEM *it) in ossl_asn1_enc_save()
183 const ASN1_ITEM *it) in ossl_asn1_enc_restore()
H A Dx_bignum.c74 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 Dtasn_fre.c18 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()
146 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_primitive_free()
H A Dasn_pack.c16 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()
H A Dx_long.c55 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 Da_i2d_fp.c71 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp()
87 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio()
113 BIO *ASN1_item_i2d_mem_bio(const ASN1_ITEM *it, const ASN1_VALUE *val) in ASN1_item_i2d_mem_bio()
H A Da_d2i_fp.c58 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 Dtasn_enc.c38 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()
84 const ASN1_ITEM *it, int tag, int aclass) in ASN1_item_ex_i2d()
469 const ASN1_ITEM *it, int tag, int aclass) in asn1_i2d_ex_primitive()
529 const ASN1_ITEM *it) in asn1_ex_i2c()
H A Da_verify.c89 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify()
96 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ex()
112 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, in ASN1_item_verify_ctx()
H A Da_type.c109 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 Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
H A Da_digest.c56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex()
89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
H A Dasn1_item_list.c32 const ASN1_ITEM *it = ASN1_ITEM_ptr(asn1_item_list[i]); in ASN1_ITEM_lookup() local
H A Dasn_mime.c70 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()
332 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it) in SMIME_write_ASN1()
342 const ASN1_ITEM *it) in asn1_output_data()
398 const ASN1_ITEM *it, ASN1_VALUE **x, in SMIME_read_ASN1_ex()
506 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) in SMIME_read_ASN1()
H A Da_sign.c115 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, in ASN1_item_sign()
123 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ex()
148 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign_ctx()
H A Dtasn_dec.c108 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 Dbio_ndef.c34 const ASN1_ITEM *it; member
53 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF()
/openssl/crypto/pkcs12/
H A Dp12_decr.c129 void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, in PKCS12_item_decrypt_d2i_ex()
158 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, in PKCS12_item_decrypt_d2i()
172 const ASN1_ITEM *it, in PKCS12_item_i2d_encrypt_ex()
207 const ASN1_ITEM *it, in PKCS12_item_i2d_encrypt()
/openssl/crypto/x509/
H A Dx_req.c35 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 Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
/openssl/providers/common/
H A Ddigest_to_nid.c23 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 Drsa_asn1.c28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
/openssl/crypto/cmp/
H A Dcmp_http.c56 const ASN1_ITEM *it = ASN1_ITEM_rptr(OSSL_CMP_MSG); in OSSL_CMP_MSG_http_perform() local

Completed in 101 milliseconds

123