Searched refs:PSA_CIPHER_IV_LENGTH (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_sizes.h | 992 #define PSA_CIPHER_IV_LENGTH(key_type, alg) \ macro 1038 PSA_CIPHER_IV_LENGTH((key_type), (alg)) : 0) : \ 1040 (input_length) + PSA_CIPHER_IV_LENGTH((key_type), (alg)) : \
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_cipher.c | 202 operation->iv_length = PSA_CIPHER_IV_LENGTH( key_type, alg ); in psa_cipher_setup()
|
D | psa_crypto.c | 3350 operation->default_iv_length = PSA_CIPHER_IV_LENGTH( slot->attr.type, alg ); in psa_cipher_setup() 3606 default_iv_length = PSA_CIPHER_IV_LENGTH( slot->attr.type, alg ); in psa_cipher_encrypt() 3677 if( input_length < PSA_CIPHER_IV_LENGTH( slot->attr.type, alg ) ) in psa_cipher_decrypt()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 433 size_t iv_size = PSA_CIPHER_IV_LENGTH ( key_type, alg );
|
D | test_suite_psa_crypto.function | 2696 size_t iv_size = PSA_CIPHER_IV_LENGTH ( key_type, alg );
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 488 * PSA_AEAD_NONCE_LENGTH, PSA_AEAD_NONCE_MAX_SIZE, PSA_CIPHER_IV_LENGTH and
|