/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 29 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 D | x_int64.c | 29 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 D | tasn_new.c | 49 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 D | x_bignum.c | 74 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 D | tasn_fre.c | 23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() 28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_item_embed_free() 126 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ossl_asn1_template_free() 150 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_primitive_free()
|
H A D | x_long.c | 55 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 D | tasn_dec.c | 107 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 D | tasn_enc.c | 83 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 D | nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
|
H A D | p8_pkey.c | 17 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pkey_cb()
|
/freebsd/contrib/ntp/include/ |
H A D | safecast.h | 30 #define UA_PTR(ptype,pval) ((ptype *)(void*)(pval)) argument 31 #define UAC_PTR(ptype,pval) ((const ptype *)(const void*)(pval)) argument 32 #define UAV_PTR(ptype,pval) ((volatile ptype *)(volatile void*)(pval)) argument
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_value.c | 76 struct table_value *pval; /* Pointer to real table value */ member 83 struct table_value *pval; member 127 struct table_value *pval; in get_value_ptrs() local 153 struct table_value *pval; in update_tvalue() local 179 struct table_value *pval, *valuestate, *old_valuestate; in resize_shared_value_storage() local 250 unref_table_value(struct namedobj_instance *vi, struct table_value *pval, in unref_table_value() 334 struct table_value *pval; in rollback_table_values() local 414 struct table_value *pval; in ipfw_garbage_table_values() local 479 struct table_value tval, *pval; in ipfw_link_table_values() local
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_req.c | 35 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 D | x_pubkey.c | 85 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()
|
H A D | x_crl.c | 47 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_inf_cb() 156 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_cb()
|
H A D | x_name.c | 113 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free() 283 static int x509_name_ex_print(BIO *out, const ASN1_VALUE **pval, in x509_name_ex_print()
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_asn1.c | 25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
|
H A D | dsa_backend.c | 129 const void *pval; in ossl_dsa_key_from_pkcs8() local
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_asn1.c | 28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_asn1.c | 33 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pk7_cb()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 211 static int ossl_cmp_msg_cb(int operation, ASN1_VALUE **pval, in ossl_cmp_msg_cb()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_asn1.c | 293 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in cms_cb()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | varargs.c | 76 char *pval = 0; /* avoid const-cast */ in _nc_varargs() local
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | safe_sprintf.c | 77 char *pval = dummy; /* avoid const-cast */ in _nc_printf_length() local
|