Symbol: aead_testvec
crypto/testmgr.c
2032
static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec,
crypto/testmgr.c
2216
static int test_aead_vec(int enc, const struct aead_testvec *vec,
crypto/testmgr.c
2266
struct aead_testvec vec;
crypto/testmgr.c
2278
struct aead_testvec *vec, bool aad_iv,
crypto/testmgr.c
2310
struct aead_testvec *vec,
crypto/testmgr.c
2376
struct aead_testvec *vec,
crypto/testmgr.c
85
const struct aead_testvec *vecs;
crypto/testmgr.h
12541
static const struct aead_testvec sm4_gcm_tv_template[] = {
crypto/testmgr.h
12867
static const struct aead_testvec sm4_ccm_tv_template[] = {
crypto/testmgr.h
14456
static const struct aead_testvec hmac_md5_ecb_cipher_null_tv_template[] = {
crypto/testmgr.h
14498
static const struct aead_testvec hmac_sha1_aes_cbc_tv_temp[] = {
crypto/testmgr.h
14767
static const struct aead_testvec hmac_sha1_ecb_cipher_null_tv_temp[] = {
crypto/testmgr.h
14813
static const struct aead_testvec hmac_sha224_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15098
static const struct aead_testvec hmac_sha256_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15381
static const struct aead_testvec hmac_sha384_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15692
static const struct aead_testvec hmac_sha512_aes_cbc_tv_temp[] = {
crypto/testmgr.h
16031
static const struct aead_testvec hmac_sha1_des_cbc_tv_temp[] = {
crypto/testmgr.h
16090
static const struct aead_testvec hmac_sha224_des_cbc_tv_temp[] = {
crypto/testmgr.h
16149
static const struct aead_testvec hmac_sha256_des_cbc_tv_temp[] = {
crypto/testmgr.h
16210
static const struct aead_testvec hmac_sha384_des_cbc_tv_temp[] = {
crypto/testmgr.h
16275
static const struct aead_testvec hmac_sha512_des_cbc_tv_temp[] = {
crypto/testmgr.h
16344
static const struct aead_testvec hmac_md5_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16403
static const struct aead_testvec hmac_sha1_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16464
static const struct aead_testvec hmac_sha224_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16525
static const struct aead_testvec hmac_sha256_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16588
static const struct aead_testvec hmac_sha384_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16655
static const struct aead_testvec hmac_sha512_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
18801
static const struct aead_testvec aes_gcm_tv_template[] = {
crypto/testmgr.h
19219
static const struct aead_testvec aes_gcm_rfc4106_tv_template[] = {
crypto/testmgr.h
19832
static const struct aead_testvec aes_gcm_rfc4543_tv_template[] = {
crypto/testmgr.h
19891
static const struct aead_testvec aes_ccm_tv_template[] = {
crypto/testmgr.h
20378
static const struct aead_testvec aes_ccm_rfc4309_tv_template[] = {
crypto/testmgr.h
20994
static const struct aead_testvec rfc7539_tv_template[] = {
crypto/testmgr.h
21129
static const struct aead_testvec rfc7539esp_tv_template[] = {
crypto/testmgr.h
21224
static const struct aead_testvec aegis128_tv_template[] = {
crypto/testmgr.h
27119
static const struct aead_testvec aria_gcm_tv_template[] = {
crypto/testmgr.h
34143
static const struct aead_testvec essiv_hmac_sha256_aes_cbc_tv_temp[] = {
crypto/testmgr.h
36108
static const struct aead_testvec krb5_test_aes128_cts_hmac_sha256_128[] = {
crypto/testmgr.h
36186
static const struct aead_testvec krb5_test_aes256_cts_hmac_sha384_192[] = {
crypto/testmgr.h
36274
static const struct aead_testvec krb5_test_camellia_cts_cmac[] = {