Lines Matching refs:alg
42 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_encrypt() argument
67 psa_generate_random( output, PSA_CIPHER_IV_LENGTH( attributes->core.type, alg ) ); in mbedtls_test_transparent_cipher_encrypt()
71 alg, input, input_length, in mbedtls_test_transparent_cipher_encrypt()
79 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_decrypt() argument
106 alg, input, input_length, in mbedtls_test_transparent_cipher_decrypt()
114 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_encrypt_setup() argument
128 operation, attributes, key, key_length, alg ) ); in mbedtls_test_transparent_cipher_encrypt_setup()
135 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_decrypt_setup() argument
143 operation, attributes, key, key_length, alg ) ); in mbedtls_test_transparent_cipher_decrypt_setup()
151 if( operation->alg == 0 ) in mbedtls_test_transparent_cipher_abort()
244 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_encrypt() argument
251 (void) alg; in mbedtls_test_opaque_cipher_encrypt()
263 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_decrypt() argument
270 (void) alg; in mbedtls_test_opaque_cipher_decrypt()
283 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_encrypt_setup() argument
289 (void) alg; in mbedtls_test_opaque_cipher_encrypt_setup()
297 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_decrypt_setup() argument
303 (void) alg; in mbedtls_test_opaque_cipher_decrypt_setup()