Searched defs:pval (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
H A Dp8_pkey.c65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
H A Dx_pubkey.c71 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
H A Dx_req.c82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
H A Dx_bignum.c95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
110 bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
126 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dx_long.c92 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
98 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
140 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
183 ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
204 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_new.c83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
230 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
266 ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
325 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
376 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dx_x509.c84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
128 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
139 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
151 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
165 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
185 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
203 asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
220 asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr) argument
[all...]
H A Dx_name.c136 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_asn1.c72 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_asn1.c77 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-x_bignum.c128 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
135 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
143 bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
159 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dcs-x_long.c126 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
132 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
137 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
174 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-fre.c106 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
111 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
215 ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
236 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-new.c97 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
102 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
244 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
280 ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
325 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
339 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
390 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-utl.c85 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
95 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
110 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
138 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
149 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
161 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
175 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
195 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
213 asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
230 asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dsafe_sprintf.c76 char *pval = dummy; /* avoid const-cast */ local
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dvarargs.c77 char *pval = 0; /* avoid const-cast */ local
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_dup.c84 DBT pval, tmp_val; local
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDH.c172 cc_unit pval[n], gval[n]; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dsearch.c757 struct berval pval; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dvalue.c136 struct berval pval; local

Completed in 612 milliseconds

12