Searched refs:aead_encrypt (Results 1 - 2 of 2) sorted by relevance
/third_party/mbedtls/programs/cipher/ |
H A D | cipher_aead_demo.c | 188 static int aead_encrypt(mbedtls_cipher_context_t *ctx, size_t tag_len, in aead_encrypt() function 235 CHK(aead_encrypt(&ctx, tag_len, in aead_demo() 239 CHK(aead_encrypt(&ctx, tag_len, in aead_demo()
|
/third_party/mbedtls/programs/psa/ |
H A D | aead_demo.c | 203 static int aead_encrypt(psa_key_id_t key, psa_algorithm_t alg, in aead_encrypt() function 252 PSA_CHECK(aead_encrypt(key, alg, in aead_demo() 256 PSA_CHECK(aead_encrypt(key, alg, in aead_demo()
|
Completed in 2 milliseconds