Searched refs:cipher_encrypt (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 84 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/ |
D | psa-driver-interface.md | 224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|