Searched refs:psa_cipher_setup (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto_cipher.c | 282 static psa_status_t psa_cipher_setup( in psa_cipher_setup() function 366 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_encrypt_setup() 377 return psa_cipher_setup(operation, attributes, in mbedtls_psa_cipher_decrypt_setup()
|
D | psa_crypto.c | 4306 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, function 4375 return psa_cipher_setup(operation, key, alg, MBEDTLS_ENCRYPT); 4382 return psa_cipher_setup(operation, key, alg, MBEDTLS_DECRYPT);
|