Home
last modified time | relevance | path

Searched refs:iv_out (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dtestmgr.h67 const char *iv_out; member
7360 .iv_out = "\x46\x8e\x91\x15\x78\x88\xba\x68",
7372 .iv_out = "\xe5\xc7\xcd\xde\x87\x2b\xf2\x7c",
7380 .iv_out = "\x43\xe9\x34\x00\x8c\x38\x9c\x0f",
7388 .iv_out = "\x68\x37\x88\x49\x9a\x7c\x05\xf6",
7396 .iv_out = "\xC6\x4A\xF3\x55\xC7\x29\x2E\x63",
7468 .iv_out = "\x00\x00\x00\x00\x00\x00\x00\x1C",
7536 .iv_out = "\xE7\x82\x1D\xB8\x53\x11\xAC\x66",
7768 .iv_out = "\x6b\xfa\xb1\x91\x13\xb0\xd9\x19",
7809 .iv_out = "\x95\x63\x73\xA2\x44\xAC\xF8\xA5",
[all …]
Dtestmgr.c2480 memcpy(iv, vec->iv_out, ivsize); in test_skcipher_vec_cfg()
2587 if (vec->iv_out && memcmp(iv, vec->iv_out, ivsize) != 0) { in test_skcipher_vec_cfg()