Searched refs:PSA_MAX_KEY_BITS (Results 1 – 9 of 9) sorted by relevance
17 mock_import:PSA_SUCCESS:PSA_SUCCESS:PSA_MAX_KEY_BITS:PSA_SUCCESS20 mock_import:PSA_SUCCESS:PSA_ERROR_NOT_SUPPORTED:PSA_MAX_KEY_BITS+1:PSA_ERROR_NOT_SUPPORTED
7169 # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes7174 …02030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS:PSA_SUCCESS:17178 …2030405060708090a0b0c":"f0f1f2f3f4f5f6f7f8f9":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…7182 …A_ALG_SHA_256):"706173737764":"01":"73616c74":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…7186 …S_CMAC_PRF_128:"706173737764":"01":"73616c74":PSA_KEY_TYPE_RAW_DATA:PSA_MAX_KEY_BITS + 1:PSA_ERROR…
293 #define PSA_MAX_KEY_BITS 0xfff8 macro434 if (bits > PSA_MAX_KEY_BITS) { in psa_set_key_bits()
31 #define PSA_CRYPTO_MAX_STORAGE_SIZE (PSA_BITS_TO_BYTES(PSA_MAX_KEY_BITS))
981 *bits = PSA_MAX_KEY_BITS + 1; in psa_driver_wrapper_import_key()990 if( (*bits) > PSA_MAX_KEY_BITS ) in psa_driver_wrapper_import_key()
1754 if (psa_get_key_bits(attributes) > PSA_MAX_KEY_BITS) {2158 if (bits > PSA_MAX_KEY_BITS) {
95 TEST_ASSERT(bits <= PSA_MAX_KEY_BITS); in check_key_attributes_sanity()
874 *bits = PSA_MAX_KEY_BITS + 1;883 if( (*bits) > PSA_MAX_KEY_BITS )
48 > # This test assumes that PSA_MAX_KEY_BITS (currently 65536-8 bits = 8191 bytes