/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector() 82 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector() 91 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, in asn1_get_references() 104 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one() 111 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero() 119 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr() 131 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init() 141 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free() 154 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, in asn1_enc_save() 176 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore() [all …]
|
D | tasn_new.c | 83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() 88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_item_ex_combine_new() 229 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear() 265 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new() 310 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear() 324 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_new() 379 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
|
D | tasn_fre.c | 72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() 77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free() 181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_free() 202 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_free()
|
D | x_long.c | 103 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free() 108 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) in long_i2c() 145 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in long_c2i() 178 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in long_print()
|
D | x_bignum.c | 102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() 110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) in bn_i2c() 126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_c2i()
|
D | tasn_enc.c | 128 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() 262 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_template_i2d() 268 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d() 508 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive() 569 int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c()
|
D | tasn_dec.c | 129 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, in ASN1_item_d2i() 142 int ASN1_template_d2i(ASN1_VALUE **pval, in ASN1_template_d2i() 155 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i() 765 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, in asn1_d2i_ex_primitive() 923 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in asn1_ex_c2i()
|
/external/boringssl/src/crypto/dsa/ |
D | dsa_asn1.c | 67 static int dsa_sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_sig_cb() 92 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 450 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local 474 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local 498 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local 519 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local 543 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local 564 unsigned int pval = accumulator[k] + (count[k] >> 1); in temporal_filter_iterate_c() local
|
/external/boringssl/src/crypto/evp/ |
D | p_ec_asn1.c | 91 void *pval = NULL; in eckey_pub_encode() local 130 static EC_KEY *eckey_type2param(int ptype, void *pval) { in eckey_type2param() 168 void *pval; in eckey_pub_decode() local 217 void *pval; in eckey_priv_decode() local 287 void *pval; in eckey_priv_encode() local
|
D | p_dsa_asn1.c | 75 void *pval; in dsa_pub_decode() local 132 ASN1_STRING *pval = NULL; in dsa_pub_encode() local 178 void *pval; in dsa_priv_decode() local
|
/external/boringssl/src/crypto/dh/ |
D | dh_asn1.c | 64 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
|
/external/boringssl/src/crypto/pkcs8/ |
D | p8_pkey.c | 64 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pkey_cb()
|
/external/boringssl/src/crypto/x509/ |
D | x_req.c | 81 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
D | x_pubkey.c | 71 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pubkey_cb() 351 int ptype, void *pval, in X509_PUBKEY_set0_param()
|
D | x509.c | 64 int ptype, void *pval, uint8_t *penc, int penclen) { in PKCS8_pkey_set0()
|
D | x_name.c | 163 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free() 307 static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, in x509_name_ex_print()
|
D | x_crl.c | 118 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_inf_cb() 233 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_cb()
|
D | x_x509.c | 91 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in x509_cb()
|
/external/ppp/pppd/plugins/radius/ |
D | avpair.c | 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len, in rc_avpair_add() 60 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) in rc_avpair_assign() 110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) in rc_avpair_new()
|
/external/iproute2/include/linux/tc_act/ |
D | tc_gact.h | 19 __u16 pval; member
|
/external/kernel-headers/original/uapi/linux/tc_act/ |
D | tc_gact.h | 19 __u16 pval; member
|
/external/tlsdate/src/ |
D | platform-cros.c | 192 const char *pval; in handle_service_change() local 234 const char *pval; in handle_manager_change() local 283 const char *pval; in handle_proxy_change() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 374 unsigned int pval = accumulator[k] + (count[k] >> 1); in vp8_temporal_filter_iterate_c() local 398 unsigned int pval = accumulator[k] + (count[k] >> 1); in vp8_temporal_filter_iterate_c() local
|
/external/clang/test/Analysis/ |
D | casts.c | 34 void f1(struct s **pval) { in f1()
|