Home
last modified time | relevance | path

Searched defs:pval (Results 1 – 25 of 91) sorted by relevance

1234

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/
Dtasn_utl.c78 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector()
84 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector()
93 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references()
105 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one()
112 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero()
120 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr()
132 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init()
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free()
159 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, in asn1_enc_save()
190 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore()
[all …]
Dtasn_new.c88 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
93 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_item_ex_combine_new()
192 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear()
224 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new()
257 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
271 static int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_new()
318 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
Dtasn_fre.c73 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free()
78 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free()
167 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_free()
184 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_free()
Dtasn_enc.c123 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
247 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
452 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
502 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c()
/external/cronet/stable/third_party/boringssl/src/crypto/asn1/
Dtasn_utl.cc79 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector()
85 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector()
94 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references()
107 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one()
114 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero()
122 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr()
135 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init()
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free()
151 int asn1_enc_save(ASN1_VALUE **pval, const uint8_t *in, size_t in_len, in asn1_enc_save()
188 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore()
[all …]
Dtasn_new.cc86 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_new()
185 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_item_clear()
210 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new()
241 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear()
253 static int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_new()
303 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_primitive_clear()
Dtasn_fre.cc72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_free()
163 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_free()
177 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_free()
Dtasn_enc.cc114 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
123 int asn1_item_ex_i2d_opt(ASN1_VALUE **pval, unsigned char **out, in asn1_item_ex_i2d_opt()
273 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
497 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
562 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *out_omit, in asn1_ex_i2c()
Dtasn_dec.cc163 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_d2i()
195 static int asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i()
492 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i()
660 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, in asn1_d2i_ex_primitive()
753 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, long len, in asn1_ex_c2i()
/external/cronet/tot/third_party/boringssl/src/crypto/asn1/
Dtasn_utl.cc79 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector()
85 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector()
94 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references()
107 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one()
114 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero()
122 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr()
135 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init()
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free()
151 int asn1_enc_save(ASN1_VALUE **pval, const uint8_t *in, size_t in_len, in asn1_enc_save()
188 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore()
[all …]
Dtasn_new.cc86 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_new()
185 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_item_clear()
210 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new()
241 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear()
253 static int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_new()
303 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_primitive_clear()
Dtasn_fre.cc72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_free()
163 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_free()
177 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_free()
Dtasn_enc.cc114 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
123 int asn1_item_ex_i2d_opt(ASN1_VALUE **pval, unsigned char **out, in asn1_item_ex_i2d_opt()
273 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
497 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
562 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *out_omit, in asn1_ex_i2c()
Dtasn_dec.cc163 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_d2i()
195 static int asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i()
492 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i()
660 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, in asn1_d2i_ex_primitive()
753 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, long len, in asn1_ex_c2i()
/external/boringssl/src/crypto/asn1/
Dtasn_utl.cc32 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector()
38 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector()
47 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references()
60 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one()
67 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero()
75 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr()
88 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init()
97 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free()
104 int asn1_enc_save(ASN1_VALUE **pval, const uint8_t *in, size_t in_len, in asn1_enc_save()
141 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore()
[all …]
Dtasn_new.cc39 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_new()
138 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_item_clear()
163 static int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_new()
194 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in asn1_template_clear()
206 static int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_new()
256 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_primitive_clear()
Dtasn_fre.cc25 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_item_ex_free()
110 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { in ASN1_template_free()
124 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in ASN1_primitive_free()
Dtasn_enc.cc67 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
76 int asn1_item_ex_i2d_opt(ASN1_VALUE **pval, unsigned char **out, in asn1_item_ex_i2d_opt()
226 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
450 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
515 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *out_omit, in asn1_ex_i2c()
Dtasn_dec.cc116 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_d2i()
148 static int asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i()
445 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i()
613 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, in asn1_d2i_ex_primitive()
706 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, long len, in asn1_ex_c2i()
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dfutex.hpp90 BOOST_FORCEINLINE int futex_wait(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait()
96 BOOST_FORCEINLINE int futex_wait_private(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait_private()
102 BOOST_FORCEINLINE int futex_signal(void* pval, unsigned int count = 1u) BOOST_NOEXCEPT in futex_signal()
108 BOOST_FORCEINLINE int futex_signal_private(void* pval, unsigned int count = 1u) BOOST_NOEXCEPT in futex_signal_private()
114 BOOST_FORCEINLINE int futex_broadcast(void* pval) BOOST_NOEXCEPT in futex_broadcast()
120 BOOST_FORCEINLINE int futex_broadcast_private(void* pval) BOOST_NOEXCEPT in futex_broadcast_private()
/external/tinyalsa_new/examples/plugins/
Dsample_mixer_plugin.c135 int ctl_idx, int pval, void *pdata) in create_integer_ctl()
146 int ctl_idx, int pval, void *pdata) in create_byte_array_ctl()
157 int ctl_idx, int pval, void *pdata) in create_tlv_ctl()
168 int pval, void *pdata) in create_enum_ctl()
/external/boringssl/src/crypto/x509/
Dx_x509.cc259 static int x509_new_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_new_cb()
264 static void x509_free_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_free_cb()
269 static int x509_d2i_cb(ASN1_VALUE **pval, const unsigned char **in, long len, in x509_d2i_cb()
293 static int x509_i2d_cb(ASN1_VALUE **pval, unsigned char **out, in x509_i2d_cb()
/external/cronet/tot/third_party/boringssl/src/crypto/x509/
Dx_x509.cc306 static int x509_new_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_new_cb()
311 static void x509_free_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_free_cb()
316 static int x509_d2i_cb(ASN1_VALUE **pval, const unsigned char **in, long len, in x509_d2i_cb()
340 static int x509_i2d_cb(ASN1_VALUE **pval, unsigned char **out, in x509_i2d_cb()
/external/cronet/stable/third_party/boringssl/src/crypto/x509/
Dx_x509.cc306 static int x509_new_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_new_cb()
311 static void x509_free_cb(ASN1_VALUE **pval, const ASN1_ITEM *it) { in x509_free_cb()
316 static int x509_d2i_cb(ASN1_VALUE **pval, const unsigned char **in, long len, in x509_d2i_cb()
340 static int x509_i2d_cb(ASN1_VALUE **pval, unsigned char **out, in x509_i2d_cb()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_req.c75 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()

1234