Searched refs:psa_cipher_encrypt_setup (Results 1 – 4 of 4) sorted by relevance
37 #define psa_cipher_encrypt_setup BACKEND_CRYPTO_API_ADD_PREFIX(psa_cipher_encrypt_setup) macro
11 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() function175 psa_status_t psa_status = psa_cipher_encrypt_setup(&operation, key, alg); in psa_cipher_encrypt()
98 psa_cipher_encrypt_setup(&crypto_context->op.cipher, ns_key_id, alg) : in cipher_setup_handler()
1770 PSA_CRYPTO_EXPORTED psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
Completed in 14 milliseconds