Lines Matching refs:aes_key_size

870 fips_aes_post(int aes_key_size)
873 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
875 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
880 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
882 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
887 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
889 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
894 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
896 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
902 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
904 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
909 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
911 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
916 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
918 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
923 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
925 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
930 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
932 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
937 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
939 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
944 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
946 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
951 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
953 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
958 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
960 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
965 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
967 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
972 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
974 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
979 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
981 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
986 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
988 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
993 (aes_key_size == FIPS_AES_128_KEY_SIZE) ?
995 (aes_key_size == FIPS_AES_192_KEY_SIZE) ?
1017 /* check if aes_key_size is 128, 192, or 256 bits */
1018 if ((aes_key_size != FIPS_AES_128_KEY_SIZE) &&
1019 (aes_key_size != FIPS_AES_192_KEY_SIZE) &&
1020 (aes_key_size != FIPS_AES_256_KEY_SIZE))
1028 aes_key_size, NULL, AES_ECB_MECH_INFO_TYPE, B_FALSE);
1031 aes_key_size, NULL, CKM_AES_ECB);
1055 aes_key_size, NULL, AES_ECB_MECH_INFO_TYPE, B_FALSE);
1058 aes_key_size, NULL, CKM_AES_ECB);
1082 aes_key_size, aes_cbc_known_initialization_vector,
1086 aes_key_size, aes_cbc_known_initialization_vector,
1111 aes_key_size, aes_cbc_known_initialization_vector,
1115 aes_key_size, aes_cbc_known_initialization_vector,
1139 aes_key_size, aes_ctr_known_counter,
1143 aes_key_size, aes_ctr_known_counter, CKM_AES_CTR);
1167 aes_key_size, aes_ctr_known_counter,
1171 aes_key_size, aes_ctr_known_counter,
1208 aes_key_size, (uint8_t *)&ccm_param,
1238 aes_key_size, (uint8_t *)&ccm_param,
1267 aes_key_size, (uint8_t *)&gcm_param,
1290 aes_key_size, (uint8_t *)&gcm_param,
1317 aes_key_size, (uint8_t *)&gmac_param,
1341 aes_key_size, (uint8_t *)&gmac_param,