Home
last modified time | relevance | path

Searched refs:PSA_CIPHER_IV_LENGTH (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_sizes.h992 #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/
Dpsa_crypto_cipher.c202 operation->iv_length = PSA_CIPHER_IV_LENGTH( key_type, alg ); in psa_cipher_setup()
Dpsa_crypto.c3350 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/
Dtest_suite_psa_crypto_driver_wrappers.function433 size_t iv_size = PSA_CIPHER_IV_LENGTH ( key_type, alg );
Dtest_suite_psa_crypto.function2696 size_t iv_size = PSA_CIPHER_IV_LENGTH ( key_type, alg );
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog488 * PSA_AEAD_NONCE_LENGTH, PSA_AEAD_NONCE_MAX_SIZE, PSA_CIPHER_IV_LENGTH and