aead_testvec
static int test_aead_vec_cfg(int enc, const struct aead_testvec *vec,
static int test_aead_vec(int enc, const struct aead_testvec *vec,
struct aead_testvec vec;
struct aead_testvec *vec, bool aad_iv,
struct aead_testvec *vec,
struct aead_testvec *vec,
const struct aead_testvec *vecs;
static const struct aead_testvec sm4_gcm_tv_template[] = {
static const struct aead_testvec sm4_ccm_tv_template[] = {
static const struct aead_testvec hmac_md5_ecb_cipher_null_tv_template[] = {
static const struct aead_testvec hmac_sha1_aes_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha1_ecb_cipher_null_tv_temp[] = {
static const struct aead_testvec hmac_sha224_aes_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha256_aes_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha384_aes_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha512_aes_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha1_des_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha224_des_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha256_des_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha384_des_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha512_des_cbc_tv_temp[] = {
static const struct aead_testvec hmac_md5_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha1_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha224_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha256_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha384_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec hmac_sha512_des3_ede_cbc_tv_temp[] = {
static const struct aead_testvec aes_gcm_tv_template[] = {
static const struct aead_testvec aes_gcm_rfc4106_tv_template[] = {
static const struct aead_testvec aes_gcm_rfc4543_tv_template[] = {
static const struct aead_testvec aes_ccm_tv_template[] = {
static const struct aead_testvec aes_ccm_rfc4309_tv_template[] = {
static const struct aead_testvec rfc7539_tv_template[] = {
static const struct aead_testvec rfc7539esp_tv_template[] = {
static const struct aead_testvec aegis128_tv_template[] = {
static const struct aead_testvec aria_gcm_tv_template[] = {
static const struct aead_testvec essiv_hmac_sha256_aes_cbc_tv_temp[] = {
static const struct aead_testvec krb5_test_aes128_cts_hmac_sha256_128[] = {
static const struct aead_testvec krb5_test_aes256_cts_hmac_sha384_192[] = {
static const struct aead_testvec krb5_test_camellia_cts_cmac[] = {