hash_testvec
const struct hash_testvec *vecs;
const struct hash_testvec *vec,
const struct hash_testvec *vec,
static int test_shash_vec_cfg(const struct hash_testvec *vec,
static int test_ahash_vec_cfg(const struct hash_testvec *vec,
static int test_hash_vec_cfg(const struct hash_testvec *vec,
static int test_hash_vec(const struct hash_testvec *vec, unsigned int vec_num,
struct hash_testvec *vec,
struct hash_testvec vec = { 0 };
static int __alg_test_hash(const struct hash_testvec *vecs,
const struct hash_testvec *template = desc->suite.hash.vecs;
static const struct hash_testvec sm4_cbcmac_tv_template[] = {
static const struct hash_testvec sm4_cmac128_tv_template[] = {
static const struct hash_testvec sm4_xcbc128_tv_template[] = {
static const struct hash_testvec camellia_cmac128_tv_template[] = {
static const struct hash_testvec michael_mic_tv_template[] = {
static const struct hash_testvec crc32_tv_template[] = {
static const struct hash_testvec crc32c_tv_template[] = {
static const struct hash_testvec xxhash64_tv_template[] = {
static const struct hash_testvec blake2b_160_tv_template[] = {{
static const struct hash_testvec blake2b_256_tv_template[] = {{
static const struct hash_testvec blake2b_384_tv_template[] = {{
static const struct hash_testvec blake2b_512_tv_template[] = {{
static const struct hash_testvec md4_tv_template[] = {
static const struct hash_testvec sha3_224_tv_template[] = {
static const struct hash_testvec sha3_256_tv_template[] = {
static const struct hash_testvec sha3_384_tv_template[] = {
static const struct hash_testvec sha3_512_tv_template[] = {
static const struct hash_testvec md5_tv_template[] = {
static const struct hash_testvec rmd160_tv_template[] = {
static const struct hash_testvec streebog256_tv_template[] = {
static const struct hash_testvec streebog512_tv_template[] = {
static const struct hash_testvec hmac_streebog256_tv_template[] = {
static const struct hash_testvec hmac_streebog512_tv_template[] = {
static const struct hash_testvec sm3_tv_template[] = {
static const struct hash_testvec hmac_sm3_tv_template[] = {
static const struct hash_testvec sha1_tv_template[] = {
static const struct hash_testvec sha224_tv_template[] = {
static const struct hash_testvec sha256_tv_template[] = {
static const struct hash_testvec sha384_tv_template[] = {
static const struct hash_testvec sha512_tv_template[] = {
static const struct hash_testvec wp512_tv_template[] = {
static const struct hash_testvec wp384_tv_template[] = {
static const struct hash_testvec wp256_tv_template[] = {
static const struct hash_testvec ghash_tv_template[] =
static const struct hash_testvec hmac_md5_tv_template[] =
static const struct hash_testvec hmac_rmd160_tv_template[] = {
static const struct hash_testvec hmac_sha1_tv_template[] = {
static const struct hash_testvec hmac_sha224_tv_template[] = {
static const struct hash_testvec hmac_sha256_tv_template[] = {
static const struct hash_testvec aes_cmac128_tv_template[] = {
static const struct hash_testvec aes_cbcmac_tv_template[] = {
static const struct hash_testvec des3_ede_cmac64_tv_template[] = {
static const struct hash_testvec aes_xcbc128_tv_template[] = {
static const struct hash_testvec hmac_sha384_tv_template[] = {
static const struct hash_testvec hmac_sha512_tv_template[] = {
static const struct hash_testvec hmac_sha3_224_tv_template[] = {
static const struct hash_testvec hmac_sha3_256_tv_template[] = {
static const struct hash_testvec hmac_sha3_384_tv_template[] = {
static const struct hash_testvec hmac_sha3_512_tv_template[] = {