Home
last modified time | relevance | path

Searched refs:PSA_ALG_CTR (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c66 MBEDTLS_ASSUME(alg != PSA_ALG_CTR); in mbedtls_cipher_validate_values()
107 if (alg == PSA_ALG_CTR || in mbedtls_cipher_validate_values()
151 case PSA_ALG_CTR: in mbedtls_cipher_values_from_psa()
/third_party/mbedtls/tests/include/test/
H A Dpsa_exercise_key.h90 #define KNOWN_SUPPORTED_BLOCK_CIPHER_ALG PSA_ALG_CTR
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_key_management.c492 if (psa_get_key_algorithm(attributes) != PSA_ALG_CTR) { in mbedtls_test_opaque_export_key()
730 psa_set_key_algorithm(attributes, PSA_ALG_CTR); in mbedtls_test_opaque_get_builtin_key()
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c262 const psa_algorithm_t alg = PSA_ALG_CTR; in cipher_example_encrypt_decrypt_aes_ctr_multi()
H A Dpsa_constant_names_generated.c209 case PSA_ALG_CTR: append(&buffer, buffer_size, &required_size, "PSA_ALG_CTR", 11); break; in psa_snprint_algorithm()
/third_party/mbedtls/include/psa/
H A Dcrypto_sizes.h1114 ((alg) == PSA_ALG_CTR || \
H A Dcrypto_values.h755 * cipher, for example CTR mode (#PSA_ALG_CTR).
1186 #define PSA_ALG_CTR ((psa_algorithm_t) 0x04c01000) macro

Completed in 17 milliseconds