Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dsm4_generic.c123 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,
/linux-4.19.296/include/crypto/
Dsm4.h14 #define SM4_KEY_SIZE 16 macro