Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dipsec.c480 #define ALGO_LEN 64 macro
498 char a_algo[ALGO_LEN];
499 char e_algo[ALGO_LEN];
500 char c_algo[ALGO_LEN];
501 char ae_algo[ALGO_LEN];
769 if (strncmp(name, "digest_null", ALGO_LEN) == 0) in xfrm_fill_key()
771 else if (strncmp(name, "ecb(cipher_null)", ALGO_LEN) == 0) in xfrm_fill_key()
773 else if (strncmp(name, "cbc(des)", ALGO_LEN) == 0) in xfrm_fill_key()
775 else if (strncmp(name, "hmac(md5)", ALGO_LEN) == 0) in xfrm_fill_key()
777 else if (strncmp(name, "cmac(aes)", ALGO_LEN) == 0) in xfrm_fill_key()
[all …]