Searched refs:SM4_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
54 .cia_min_keysize = SM4_KEY_SIZE,55 .cia_max_keysize = SM4_KEY_SIZE,
123 if (key_len != SM4_KEY_SIZE) in crypto_sm4_expand_key()221 .cia_min_keysize = SM4_KEY_SIZE,222 .cia_max_keysize = SM4_KEY_SIZE,
14 #define SM4_KEY_SIZE 16 macro