Home
last modified time | relevance | path

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

/mbedtls-latest/programs/psa/
Dcrypto_examples.c84 static psa_status_t cipher_encrypt(psa_key_id_t key, in cipher_encrypt() function
176 status = cipher_encrypt(key, alg, iv, sizeof(iv), in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
224 status = cipher_encrypt(key, alg, iv, sizeof(iv), in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
271 status = cipher_encrypt(key, alg, iv, sizeof(iv), in cipher_example_encrypt_decrypt_aes_ctr_multi()
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.