Home
last modified time | relevance | path

Searched refs:PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/include/psa/
A Dcrypto_sizes.h243 #define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16 macro
473 (PSA_ROUND_UP_TO_MULTIPLE(PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE, (input_length)))
507 #define PSA_AEAD_FINISH_OUTPUT_MAX_SIZE (PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE)
541 #define PSA_AEAD_VERIFY_OUTPUT_MAX_SIZE (PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE)
1048 (PSA_ROUND_UP_TO_MULTIPLE(PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE, \
1130 (PSA_ROUND_UP_TO_MULTIPLE(PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE, input_length))
1162 (PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE)
/mbedtls-development/library/
A Dpsa_crypto_mac.c376 uint8_t tmp[PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE]; in mac_finish_internal()
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c102 TEST_ASSERT( PSA_BLOCK_CIPHER_BLOCK_LENGTH( type ) <= PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE ); in check_key_attributes_sanity()

Completed in 8 milliseconds