Home
last modified time | relevance | path

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

12345

/netbsd-src/crypto/external/bsd/openssl/dist/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()
36 int ossl_asn1_get_choice_selector_const(const ASN1_VALUE **pval, in ossl_asn1_get_choice_selector_const()
48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value, in ossl_asn1_set_choice_selector()
68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock()
112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr()
124 static const ASN1_ENCODING *asn1_get_const_enc_ptr(const ASN1_VALUE **pval, in asn1_get_const_enc_ptr()
137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init()
148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_free()
160 int ossl_asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, in ossl_asn1_enc_save()
182 int ossl_asn1_enc_restore(int *len, unsigned char **out, const ASN1_VALUE **pval, in ossl_asn1_enc_restore()
[all …]
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
49 static int uint64_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c()
73 static int uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint64_c2i()
114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
144 static int uint32_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint32_i2c()
[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()
55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new()
174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear()
207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new()
247 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
261 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_primitive_new()
329 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
H A Dx_bignum.c74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new()
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free()
94 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in bn_i2c()
115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_c2i()
130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_secure_c2i()
149 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print()
H A Dx_long.c55 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in long_free()
85 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, in long_i2c()
128 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in long_c2i()
189 static int long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in long_print()
H A Dtasn_dec.c107 static int asn1_item_ex_d2i_intern(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i_intern()
125 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i()
133 ASN1_VALUE *ASN1_item_d2i_ex(ASN1_VALUE **pval, in ASN1_item_d2i_ex()
150 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, in ASN1_item_d2i()
162 static int asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_embed_d2i()
698 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, in asn1_d2i_ex_primitive()
831 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in asn1_ex_c2i()
H A Dtasn_enc.c83 int ASN1_item_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
216 static int asn1_template_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
468 static int asn1_i2d_ex_primitive(const ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
528 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c()
H A Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dx_int64.c29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
49 static int uint64_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint64_i2c()
73 static int uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in uint64_c2i()
114 static int uint64_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
144 static int uint32_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, in uint32_i2c()
[all …]
H A Dtasn_utl.c29 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_choice_selector()
39 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector()
58 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in asn1_do_lock()
104 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr()
115 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_enc_init()
126 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_enc_free()
138 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, in asn1_enc_save()
158 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore()
175 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_get_field_ptr()
191 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_do_adb()
H A Dtasn_new.c37 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
42 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_new()
169 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear()
202 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_new()
248 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_clear()
262 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_primitive_new()
330 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
H A Dx_bignum.c74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new()
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free()
94 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, in bn_i2c()
115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_c2i()
130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in bn_secure_c2i()
149 static int bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print()
H A Dtasn_fre.c23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free()
28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_free()
122 void asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_free()
146 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_primitive_free()
H A Dtasn_enc.c82 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d()
213 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
447 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
507 static int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c()
H A Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
H A Dtasn_dec.c105 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, in ASN1_item_d2i()
119 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, in ASN1_item_ex_d2i()
135 static int asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_embed_d2i()
659 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, in asn1_d2i_ex_primitive()
793 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in asn1_ex_c2i()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dsafecast.h32 #define UA_PTR(ptype,pval) ((ptype *)(void*)(pval)) argument
33 #define UAC_PTR(ptype,pval) ((const ptype *)(const void*)(pval)) argument
34 #define UAV_PTR(ptype,pval) ((volatile ptype *)(volatile void*)(pval)) argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_req.c35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb()
H A Dx_pubkey.c85 static void x509_pubkey_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_pubkey_ex_free()
99 static int x509_pubkey_ex_populate(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_pubkey_ex_populate()
110 static int x509_pubkey_ex_new_ex(ASN1_VALUE **pval, const ASN1_ITEM *it, in x509_pubkey_ex_new_ex()
128 static int x509_pubkey_ex_d2i_ex(ASN1_VALUE **pval, in x509_pubkey_ex_d2i_ex()
238 static int x509_pubkey_ex_i2d(const ASN1_VALUE **pval, unsigned char **out, in x509_pubkey_ex_i2d()
245 static int x509_pubkey_ex_print(BIO *out, const ASN1_VALUE **pval, int indent, in x509_pubkey_ex_print()
1005 int ptype, void *pval, in X509_PUBKEY_set0_param()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_req.c35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_asn1.c28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_asn1.c32 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pk7_cb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_asn1.c22 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c166 exec_parse_qanswer(mnt_map *m, int fd, char *map, char *key, char **pval, time_t *tp) in exec_parse_qanswer()
400 exec_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) in exec_search()

12345