Home
last modified time | relevance | path

Searched refs:iv (Results 1 – 6 of 6) sorted by relevance

/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c54 u8 iv[16], key[32]; in test_lib_chacha() local
58 memset(iv, 'I', sizeof(iv)); in test_lib_chacha()
65 16, 1, iv, 16, 1); in test_lib_chacha()
69 chacha_init(&chacha_state, (u32 *)key, iv); in test_lib_chacha()
84 chacha_init(&chacha_state, (u32 *)key, iv); in test_lib_chacha()
131 u8 iv[16], key[32]; in test_skcipher() local
153 memset(iv, 'I', sizeof(iv)); in test_skcipher()
166 16, 1, iv, 16, 1); in test_skcipher()
176 data_size, iv); in test_skcipher()
195 memset(iv, 'I', sizeof(iv)); in test_skcipher()
[all …]
/tools/testing/selftests/bpf/progs/
A Dlinked_list_fail.c11 struct map_value *v, *v2, *iv, *iv2; \
25 iv = bpf_map_lookup_elem(map, &(int){ 0 }); \
26 if (!iv) \
66 CHECK(inner_map, pop_front, &iv->head);
67 CHECK(inner_map, pop_back, &iv->head);
89 CHECK(inner_map, push_front, &iv->head, &f->node2);
90 CHECK(inner_map, push_back, &iv->head, &f->node2);
109 CHECK(kptr_inner_map, op, &f1->lock, &iv->head); \
114 CHECK(global_inner_map, op, &glock, &iv->head); \
119 CHECK(map_inner_map, op, &v->lock, &iv->head); \
[all …]
A Dtest_spin_lock_fail.c87 struct foo *f1, *f2, *v, *iv; \
94 iv = bpf_map_lookup_elem(map, &key); \
95 if (!iv) \
116 CHECK(kptr_innermapval, &f1->lock, &iv->lock);
121 CHECK(global_innermapval, &lockA, &iv->lock);
145 CHECK(mapval_innermapval, &v->lock, &iv->lock);
198 CHECK(innermapval_kptr, &iv->lock, &f1->lock);
199 CHECK(innermapval_global, &iv->lock, &lockA);
200 CHECK(innermapval_mapval, &iv->lock, &v->lock);
A Dcrypto_common.h15 const struct bpf_dynptr *dst, const struct bpf_dynptr *iv) __ksym;
17 const struct bpf_dynptr *dst, const struct bpf_dynptr *iv) __ksym;
/tools/include/uapi/linux/
A Dtls.h72 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member
/tools/mm/
A Dslabinfo-gnuplot.sh153 grep -E -iv '\-\-|Name|Slabs'\
162 grep -E -iv '\-\-|Name|Slabs'\

Completed in 13 milliseconds