Searched refs:cipher_operation (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_cipher.c | 285 mbedtls_operation_t cipher_operation) in psa_cipher_setup() 317 192, cipher_operation); in psa_cipher_setup() 322 (int) key_bits, cipher_operation); in psa_cipher_setup() 284 psa_cipher_setup(mbedtls_psa_cipher_operation_t * operation,const psa_key_attributes_t * attributes,const uint8_t * key_buffer,size_t key_buffer_size,psa_algorithm_t alg,mbedtls_operation_t cipher_operation) psa_cipher_setup() argument
|
| H A D | psa_crypto.c | 4445 mbedtls_operation_t cipher_operation) in psa_cipher_setup() 4450 psa_key_usage_t usage = (cipher_operation == MBEDTLS_ENCRYPT ? in psa_cipher_setup() 4491 if (cipher_operation == MBEDTLS_ENCRYPT) { in psa_cipher_setup() 4443 psa_cipher_setup(psa_cipher_operation_t * operation,mbedtls_svc_key_id_t key,psa_algorithm_t alg,mbedtls_operation_t cipher_operation) psa_cipher_setup() argument
|