Searched refs:psa_cipher_decrypt_setup (Results 1 – 4 of 4) sorted by relevance
38 #define psa_cipher_decrypt_setup BACKEND_CRYPTO_API_ADD_PREFIX(psa_cipher_decrypt_setup) macro
26 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function223 psa_status = psa_cipher_decrypt_setup(&operation, key, alg); in psa_cipher_decrypt()
99 psa_cipher_decrypt_setup(&crypto_context->op.cipher, ns_key_id, alg); in cipher_setup_handler()
1833 PSA_CRYPTO_EXPORTED psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
Completed in 20 milliseconds