Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation_xts.c16 #define KEY_SIZE_STR "Key Length : " macro
99 tmp = strstr(line, KEY_SIZE_STR); in parse_test_xts_init()
101 tmp += (strlen(KEY_SIZE_STR) + strlen("AES")); in parse_test_xts_init()
H A Dfips_validation_aes.c16 #define KEY_SIZE_STR "Key Length : " macro
168 tmp = strstr(line, KEY_SIZE_STR); in parse_test_aes_init()
170 tmp += strlen(KEY_SIZE_STR); in parse_test_aes_init()