Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 105) sorted by relevance

12345

/openssl/crypto/
H A Dquic_vlint.c6 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 Dder_writer.c94 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 Dthreads_pthread.c128 # 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 Dconf_api.c37 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 Dapp_x509.c25 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 Dhashtable.c68 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 Dstack_test.c55 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 Dlhash_test.c61 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
511 static void hashtable_mt_free(HT_VALUE *v) in hashtable_mt_free()
544 HT_VALUE *v = NULL; in do_mt_hash_work() local
H A Dsparse_array_test.c33 char *v; in test_sparse_array() member
72 char *v; in test_sparse_array_num() member
99 char *v; member
H A Dsrptest.c34 BIGNUM *v = NULL; in run_srp() local
140 BIGNUM *v = NULL; in run_srp_kat() local
/openssl/crypto/ts/
H A Dts_req_print.c20 int v; in TS_REQ_print_bio() local
H A Dts_rsp_print.c103 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 Dstore_result.c88 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 Drcu.h31 #define ossl_rcu_assign_ptr(p,v) ossl_rcu_assign_uptr((void **)p, (void **)v) argument
H A Dquic_vlint.h39 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 Dchacha_enc.c25 # define ROTATE(v, n) (((v) << (n)) | ((v) >> (32 - (n)))) argument
49 # define U32TO8_LITTLE(p, v) do { \ argument
/openssl/crypto/asn1/
H A Da_bitstr.c145 int w, v, iv; in ASN1_BIT_STRING_set_bit() local
181 int w, v; in ASN1_BIT_STRING_get_bit() local
H A Da_print.c69 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print()
/openssl/crypto/hashtable/
H A Dhashtable.c181 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 Dsiphash.c34 #define U32TO8_LE(p, v) \ argument
40 #define U64TO8_LE(p, v) \ argument
/openssl/ssl/quic/
H A Djson_enc.c141 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 Dproperty_parse.c99 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 Dpoly1305_ieee754.c71 # 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 Dbn_print.c33 int i, j, v, z = 0; in BN_print() local
/openssl/crypto/seed/
H A Dseed.c60 # define G_FUNC(v) \ argument
403 static unsigned int G_FUNC(unsigned int v) in G_FUNC()

Completed in 53 milliseconds

12345