Home
last modified time | relevance | path

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

/mbedtls-development/programs/psa/
A Dcrypto_examples.c97 static psa_status_t cipher_encrypt( psa_key_id_t key, in cipher_encrypt() function
189 status = cipher_encrypt( key, alg, iv, sizeof( iv ), in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
237 status = cipher_encrypt( key, alg, iv, sizeof( iv ), in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
284 status = cipher_encrypt( key, alg, iv, sizeof( iv ), in cipher_example_encrypt_decrypt_aes_ctr_multi()
/mbedtls-development/library/
A Dpsa_crypto_cipher.c471 static psa_status_t cipher_encrypt( const psa_key_attributes_t *attributes, in cipher_encrypt() function
636 return( cipher_encrypt( attributes, key_buffer, key_buffer_size, in mbedtls_psa_cipher_encrypt()
722 return( cipher_encrypt( attributes, key_buffer, key_buffer_size, in mbedtls_transparent_test_driver_cipher_encrypt()
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md218 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.

Completed in 25 milliseconds