Searched refs:cipher_encrypt (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/programs/psa/ |
A D | crypto_examples.c | 97 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 D | psa_crypto_cipher.c | 471 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 D | psa-driver-interface.md | 218 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|
Completed in 25 milliseconds