Home
last modified time | relevance | path

Searched refs:psa_cipher_setup (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_cipher.c282 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()
Dpsa_crypto.c4306 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);