/openssl/crypto/ |
H A D | quic_vlint.c | 6 void ossl_quic_vlint_encode_n(uint8_t *buf, uint64_t v, int n) in ossl_quic_vlint_encode_n() 30 void ossl_quic_vlint_encode(uint8_t *buf, uint64_t v) in ossl_quic_vlint_encode() 63 int ossl_quic_vlint_decode(const unsigned char *buf, size_t buf_len, uint64_t *v) in ossl_quic_vlint_decode()
|
H A D | der_writer.c | 94 int (*put_bytes)(WPACKET *pkt, const void *v, in int_der_w_integer() 109 static int int_put_bytes_uint32(WPACKET *pkt, const void *v, in int_put_bytes_uint32() 128 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v) in ossl_DER_w_uint32() 133 static int int_put_bytes_bn(WPACKET *pkt, const void *v, in int_put_bytes_bn() 151 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v) in ossl_DER_w_bn()
|
H A D | threads_pthread.c | 128 # define ATOMIC_STORE_N(t, p, v, o) __atomic_store_n(p, v, o) argument 129 # define ATOMIC_STORE(t, p, v, o) __atomic_store(p, v, o) argument 130 # define ATOMIC_EXCHANGE_N(t, p, v, o) __atomic_exchange_n(p, v, o) argument 131 # define ATOMIC_ADD_FETCH(p, v, o) __atomic_add_fetch(p, v, o) argument 132 # define ATOMIC_FETCH_ADD(p, v, o) __atomic_fetch_add(p, v, o) argument 133 # define ATOMIC_SUB_FETCH(p, v, o) __atomic_sub_fetch(p, v, o) argument 181 # define ATOMIC_STORE(t, p, v, o) fallback_atomic_store_##t(p, v) argument 217 # define ATOMIC_ADD_FETCH(p, v, o) fallback_atomic_add_fetch(p, v) argument 230 # define ATOMIC_FETCH_ADD(p, v, o) fallback_atomic_fetch_add(p, v) argument 269 # define ATOMIC_OR_FETCH(p, v, o) fallback_atomic_or_fetch(p, v) argument [all …]
|
/openssl/crypto/conf/ |
H A D | conf_api.c | 37 CONF_VALUE *v; in STACK_OF() local 47 CONF_VALUE *v = NULL; in _CONF_add_string() local 69 CONF_VALUE *v, vv; in _CONF_get_string() local 98 static unsigned long conf_value_hash(const CONF_VALUE *v) in conf_value_hash() 189 CONF_VALUE *v = NULL, *vv; in _CONF_new_section() local
|
/openssl/apps/lib/ |
H A D | app_x509.c | 25 ASN1_OCTET_STRING *v = ASN1_OCTET_STRING_new(); in mk_octet_string() local 43 ASN1_OCTET_STRING *v = mk_octet_string(value, value_n); in x509_ctrl() local 67 ASN1_OCTET_STRING *v = mk_octet_string(value, value_n); in x509_req_ctrl() local
|
/openssl/fuzz/ |
H A D | hashtable.c | 68 static int table_iterator(HT_VALUE *v, void *arg) in table_iterator() 81 static int filter_iterator(HT_VALUE *v, void *arg) in filter_iterator() 92 static void fuzz_free_cb(HT_VALUE *v) in fuzz_free_cb() 127 HT_VALUE *v = NULL; in FuzzerTestOneInput() local
|
/openssl/test/ |
H A D | stack_test.c | 55 static int v[] = { 1, 2, -4, 16, 999, 1, -173, 1, 9 }; in test_int_stack() local 176 static const unsigned char v[] = { 1, 3, 7, 5, 255, 0 }; in test_uchar_stack() local 275 SS *v[10], *p; in test_SS_stack() local 348 SU v[10]; in test_SU_stack() local
|
H A D | sparse_array_test.c | 33 char *v; in test_sparse_array() member 72 char *v; in test_sparse_array_num() member 99 char *v; member
|
H A D | lhash_test.c | 61 static void int_doall(int *v) in int_doall() 187 static int int_filter_all(HT_VALUE *v, void *arg) in int_filter_all() 397 static void hashtable_intfree(HT_VALUE *v) in hashtable_intfree() 417 HT_VALUE *v; in test_hashtable_stress() local 513 static void hashtable_mt_free(HT_VALUE *v) in hashtable_mt_free() 546 HT_VALUE *v = NULL; in do_mt_hash_work() local
|
H A D | srptest.c | 34 BIGNUM *v = NULL; in run_srp() local 140 BIGNUM *v = NULL; in run_srp_kat() local
|
/openssl/crypto/ts/ |
H A D | ts_req_print.c | 20 int v; in TS_REQ_print_bio() local
|
H A D | ts_rsp_print.c | 103 const ASN1_BIT_STRING *v) in ts_status_map_print() 120 int v; in TS_TST_INFO_print_bio() local
|
/openssl/crypto/store/ |
H A D | store_result.c | 88 OSSL_STORE_INFO **v = &cbdata->v; in ossl_store_handle_load_result() local 159 static int try_name(struct extracted_param_data_st *data, OSSL_STORE_INFO **v) in try_name() 386 static int try_key(struct extracted_param_data_st *data, OSSL_STORE_INFO **v, in try_key() 456 static int try_cert(struct extracted_param_data_st *data, OSSL_STORE_INFO **v, in try_cert() 502 static int try_crl(struct extracted_param_data_st *data, OSSL_STORE_INFO **v, in try_crl() 530 static int try_pkcs12(struct extracted_param_data_st *data, OSSL_STORE_INFO **v, in try_pkcs12()
|
/openssl/include/internal/ |
H A D | rcu.h | 31 #define ossl_rcu_assign_ptr(p,v) ossl_rcu_assign_uptr((void **)p, (void **)v) argument
|
H A D | quic_vlint.h | 39 static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v) in ossl_quic_vlint_encode_len()
|
/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 25 # define ROTATE(v, n) (((v) << (n)) | ((v) >> (32 - (n)))) argument 49 # define U32TO8_LITTLE(p, v) do { \ argument
|
/openssl/crypto/asn1/ |
H A D | a_bitstr.c | 145 int w, v, iv; in ASN1_BIT_STRING_set_bit() local 181 int w, v; in ASN1_BIT_STRING_get_bit() local
|
H A D | a_print.c | 69 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print()
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 181 static void internal_free_nop(HT_VALUE *v) in internal_free_nop() 277 struct ht_internal_value_st *v; in free_oldmd() local 383 struct ht_internal_value_st *v; in ossl_ht_filter() local 634 static void free_value(struct ht_internal_value_st *v) in free_value() 717 struct ht_internal_value_st *v = arg; in free_old_entry() local 728 struct ht_internal_value_st *v = NULL; in ossl_ht_delete() local
|
/openssl/crypto/siphash/ |
H A D | siphash.c | 34 #define U32TO8_LE(p, v) \ argument 40 #define U64TO8_LE(p, v) \ argument
|
/openssl/ssl/quic/ |
H A D | json_enc.c | 141 static int json_push(OSSL_JSON_ENC *json, unsigned int v) in json_push() 525 void ossl_json_bool(OSSL_JSON_ENC *json, int v) in ossl_json_bool() 537 static void json_u64(OSSL_JSON_ENC *json, uint64_t v, int noquote) in json_u64() 562 void ossl_json_u64(OSSL_JSON_ENC *json, uint64_t v) in ossl_json_u64() 629 static ossl_inline int hex_digit(int v) in hex_digit()
|
/openssl/crypto/property/ |
H A D | property_parse.c | 99 int64_t v = 0; in parse_number() local 129 int64_t v = 0; in parse_hex() local 166 int64_t v = 0; in parse_oct() local 196 char v[1000]; in parse_string() local 227 char v[1000]; in parse_unquoted() local
|
/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 71 # define U32TO8(p,v) (*(u32 *)(p) = (v)) argument 74 # define U32TO8(p,v) asm ("stwbrx %0,0,%1"::"r"(v),"b"(p):"memory") argument 77 # define U32TO8(p,v) asm ("strv %1,%0":"=m"(*(u32 *)(p)):"d"(v)) argument 85 # define U32TO8(p,v) ((p)[0] = (u8)(v), (p)[1] = (u8)((v)>>8), \ argument
|
/openssl/crypto/bn/ |
H A D | bn_print.c | 33 int i, j, v, z = 0; in BN_print() local
|
/openssl/crypto/seed/ |
H A D | seed.c | 60 # define G_FUNC(v) \ argument 403 static unsigned int G_FUNC(unsigned int v) in G_FUNC()
|