Searched refs:FIPS_AES_192_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
875 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()882 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()889 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()896 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()904 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()911 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()918 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()925 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()932 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()939 (aes_key_size == FIPS_AES_192_KEY_SIZE) ? in fips_aes_post()[all …]
103 rv = fips_aes_post(FIPS_AES_192_KEY_SIZE); in soft_fips_post()
163 #define FIPS_AES_192_KEY_SIZE 24 /* 192-bits */ macro
1550 ret = fips_aes_post(FIPS_AES_192_KEY_SIZE); in aes_POST()