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
12650
static const struct aead_testvec sm4_gcm_tv_template[] = {
crypto/testmgr.h
12976
static const struct aead_testvec sm4_ccm_tv_template[] = {
crypto/testmgr.h
14565
static const struct aead_testvec hmac_md5_ecb_cipher_null_tv_template[] = {
crypto/testmgr.h
14607
static const struct aead_testvec hmac_sha1_aes_cbc_tv_temp[] = {
crypto/testmgr.h
14876
static const struct aead_testvec hmac_sha1_ecb_cipher_null_tv_temp[] = {
crypto/testmgr.h
14922
static const struct aead_testvec hmac_sha224_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15207
static const struct aead_testvec hmac_sha256_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15490
static const struct aead_testvec hmac_sha384_aes_cbc_tv_temp[] = {
crypto/testmgr.h
15801
static const struct aead_testvec hmac_sha512_aes_cbc_tv_temp[] = {
crypto/testmgr.h
16140
static const struct aead_testvec hmac_sha1_des_cbc_tv_temp[] = {
crypto/testmgr.h
16199
static const struct aead_testvec hmac_sha224_des_cbc_tv_temp[] = {
crypto/testmgr.h
16258
static const struct aead_testvec hmac_sha256_des_cbc_tv_temp[] = {
crypto/testmgr.h
16319
static const struct aead_testvec hmac_sha384_des_cbc_tv_temp[] = {
crypto/testmgr.h
16384
static const struct aead_testvec hmac_sha512_des_cbc_tv_temp[] = {
crypto/testmgr.h
16453
static const struct aead_testvec hmac_md5_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16512
static const struct aead_testvec hmac_sha1_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16573
static const struct aead_testvec hmac_sha224_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16634
static const struct aead_testvec hmac_sha256_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16697
static const struct aead_testvec hmac_sha384_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
16764
static const struct aead_testvec hmac_sha512_des3_ede_cbc_tv_temp[] = {
crypto/testmgr.h
18910
static const struct aead_testvec aes_gcm_tv_template[] = {
crypto/testmgr.h
19328
static const struct aead_testvec aes_gcm_rfc4106_tv_template[] = {
crypto/testmgr.h
19941
static const struct aead_testvec aes_gcm_rfc4543_tv_template[] = {
crypto/testmgr.h
20000
static const struct aead_testvec aes_ccm_tv_template[] = {
crypto/testmgr.h
20487
static const struct aead_testvec aes_ccm_rfc4309_tv_template[] = {
crypto/testmgr.h
21103
static const struct aead_testvec rfc7539_tv_template[] = {
crypto/testmgr.h
21238
static const struct aead_testvec rfc7539esp_tv_template[] = {
crypto/testmgr.h
21333
static const struct aead_testvec aegis128_tv_template[] = {
crypto/testmgr.h
27228
static const struct aead_testvec aria_gcm_tv_template[] = {
crypto/testmgr.h
34252
static const struct aead_testvec essiv_hmac_sha256_aes_cbc_tv_temp[] = {
crypto/testmgr.h
36217
static const struct aead_testvec krb5_test_aes128_cts_hmac_sha256_128[] = {
crypto/testmgr.h
36295
static const struct aead_testvec krb5_test_aes256_cts_hmac_sha384_192[] = {
crypto/testmgr.h
36383
static const struct aead_testvec krb5_test_camellia_cts_cmac[] = {