Searched defs:pval (Results 1 – 13 of 13) sorted by relevance
/crypto/asn1/ |
A D | tasn_utl.cc | 36 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector() 42 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector() 51 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references() 64 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one() 71 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero() 92 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init() 101 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free() 108 int asn1_enc_save(ASN1_VALUE **pval, const uint8_t *in, size_t in_len, in asn1_enc_save() 145 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore() 162 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_get_field_ptr() [all …]
|
A D | tasn_new.cc | 44 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_new() 143 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_item_clear() 168 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new() 199 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear() 211 static int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_new() 261 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_primitive_clear()
|
A D | tasn_enc.cc | 72 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() 81 int asn1_item_ex_i2d_opt(ASN1_VALUE **pval, unsigned char **out, in asn1_item_ex_i2d_opt() 231 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d() 455 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive() 520 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *out_omit, in asn1_ex_i2c()
|
A D | tasn_fre.cc | 30 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_free() 115 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_free() 129 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_free()
|
A D | tasn_dec.cc | 118 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_d2i() 150 static int asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i() 447 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i() 615 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, in asn1_d2i_ex_primitive() 741 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, long len, in asn1_ex_c2i()
|
/crypto/x509/ |
A D | x_x509.cc | 243 static int x509_new_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_new_cb() 248 static void x509_free_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_free_cb() 253 static int x509_d2i_cb(ASN1_VALUE **pval, const unsigned char **in, long len, in x509_d2i_cb() 277 static int x509_i2d_cb(ASN1_VALUE **pval, unsigned char **out, in x509_i2d_cb()
|
A D | x_crl.cc | 47 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_inf_cb() 111 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_cb()
|
A D | x_req.cc | 30 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
A D | x_pubkey.cc | 60 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pubkey_cb()
|
A D | rsa_pss.cc | 30 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_pss_cb()
|
A D | x_name.cc | 122 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_name_ex_free()
|
A D | v3_crld.cc | 332 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb()
|
A D | x509_test.cc | 2829 const void *pval; in TEST() local
|
Completed in 34 milliseconds