Home
last modified time | relevance | path

Searched defs:pval (Results 26 - 50 of 81) sorted by relevance

1234

/third_party/openssl/crypto/asn1/
H A Dx_bignum.c65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_new() argument
74 bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) bn_secure_new() argument
83 bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) bn_free() argument
94 bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) bn_i2c() argument
115 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_c2i() argument
130 bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_secure_c2i() argument
149 bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) bn_print() argument
[all...]
H A Dtasn_new.c49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern() argument
55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() argument
60 asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, OSSL_LIB_CTX *libctx, const char *propq) asn1_item_embed_new() argument
174 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) asn1_item_clear() argument
207 asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_new() argument
247 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) asn1_template_clear() argument
261 asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) asn1_primitive_new() argument
329 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) asn1_primitive_clear() argument
[all...]
H A Dtasn_fre.c23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() argument
28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_item_embed_free() argument
122 ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) ossl_asn1_template_free() argument
146 ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) ossl_asn1_primitive_free() argument
[all...]
H A Dtasn_utl.c29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector() argument
36 int ossl_asn1_get_choice_selector_const(const ASN1_VALUE **pval, in ossl_asn1_get_choice_selector_const() argument
48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value, in ossl_asn1_set_choice_selector() argument
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() argument
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, cons argument
124 asn1_get_const_enc_ptr(const ASN1_VALUE **pval, const ASN1_ITEM *it) asn1_get_const_enc_ptr() argument
137 ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_init() argument
148 ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_free() argument
160 ossl_asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) ossl_asn1_enc_save() argument
182 ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_restore() argument
199 ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) ossl_asn1_get_field_ptr() argument
211 ossl_asn1_get_const_field_ptr(const ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) ossl_asn1_get_const_field_ptr() argument
[all...]
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() argument
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() argument
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() argument
49 static int uint64_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c() argument
73 static int uint64_c2i(ASN1_VALUE **pval, cons argument
114 uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint64_print() argument
124 uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_new() argument
133 uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_free() argument
139 uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_clear() argument
144 uint32_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) uint32_i2c() argument
175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
223 uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint32_print() argument
[all...]
H A Dtasn_enc.c83 int ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() argument
216 asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) asn1_template_ex_i2d() argument
468 asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) asn1_i2d_ex_primitive() argument
528 asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, const ASN1_ITEM *it) asn1_ex_i2c() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square_test.cc116 double pval; in TEST() member
137 const double pval = ChiSquarePValue(spec.chi_square, spec.df); in TEST() local
/third_party/ffmpeg/libavcodec/
H A Dnellymoserdec.c68 float *aptr, *bptr, *pptr, val, pval; in nelly_decode_block() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_utl.c29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector() argument
36 int ossl_asn1_get_choice_selector_const(const ASN1_VALUE **pval, in ossl_asn1_get_choice_selector_const() argument
48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value, in ossl_asn1_set_choice_selector() argument
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() argument
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, cons argument
124 asn1_get_const_enc_ptr(const ASN1_VALUE **pval, const ASN1_ITEM *it) asn1_get_const_enc_ptr() argument
137 ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_init() argument
148 ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_free() argument
160 ossl_asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) ossl_asn1_enc_save() argument
182 ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, const ASN1_ITEM *it) ossl_asn1_enc_restore() argument
199 ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) ossl_asn1_get_field_ptr() argument
211 ossl_asn1_get_const_field_ptr(const ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) ossl_asn1_get_const_field_ptr() argument
[all...]
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() argument
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() argument
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() argument
49 static int uint64_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c() argument
73 static int uint64_c2i(ASN1_VALUE **pval, cons argument
114 uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint64_print() argument
124 uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_new() argument
133 uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_free() argument
139 uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) uint32_clear() argument
144 uint32_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) uint32_i2c() argument
175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
223 uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) uint32_print() argument
[all...]
H A Dtasn_enc.c83 int ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() argument
216 asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) asn1_template_ex_i2d() argument
468 asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) asn1_i2d_ex_primitive() argument
528 asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, const ASN1_ITEM *it) asn1_ex_i2c() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_backend.c193 const void *pval; in ossl_dh_key_from_pkcs8() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_backend.c129 const void *pval; in ossl_dsa_key_from_pkcs8() local
/third_party/openssl/crypto/dsa/
H A Ddsa_backend.c129 const void *pval; in ossl_dsa_key_from_pkcs8() local
/third_party/openssl/crypto/dh/
H A Ddh_backend.c193 const void *pval; in ossl_dh_key_from_pkcs8() local
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c33 u32 pval; in of_get_regulation_constraints() local
[all...]
/third_party/f2fs-tools/fsck/
H A Dxattr.c231 char *pval; in f2fs_setxattr() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c19 static EVP_PKEY *pkey_type2param(int ptype, const void *pval, in pkey_type2param() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_crld.c297 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb() argument
H A Dx_name.c113 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free() argument
283 static int x509_name_ex_print(BIO *out, const ASN1_VALUE **pval, in x509_name_ex_print() argument
/third_party/openssl/crypto/cms/
H A Dcms_ec.c19 static EVP_PKEY *pkey_type2param(int ptype, const void *pval, in pkey_type2param() argument
/third_party/openssl/crypto/x509/
H A Dv3_crld.c292 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb() argument
H A Dx_name.c113 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free() argument
283 static int x509_name_ex_print(BIO *out, const ASN1_VALUE **pval, in x509_name_ex_print() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwldev_common.c182 wldev_iovar_getint( struct net_device *dev, s8 *iovar, s32 *pval) wldev_iovar_getint() argument
307 wldev_iovar_getint_bsscfg( struct net_device *dev, s8 *iovar, s32 *pval, s32 bssidx) wldev_iovar_getint_bsscfg() argument
[all...]
/third_party/curl/src/
H A Dtool_setopt.c589 void *pval = va_arg(arg, void *); in tool_setopt() local

Completed in 12 milliseconds

1234