Searched refs:SM4_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
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