Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_aead.c124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt()
212 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag()
235 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt()
551 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
H A Dpsa_crypto_driver_wrappers.h1719 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt()
1770 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt()
2060 uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
H A Dccm.c690 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dkhazad.c665 static void khazad_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in khazad_crypt()
H A Danubis.c1023 static void anubis_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in anubis_crypt()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c418 uint8_t *ciphertext = NULL; in ecc_sm2_decrypt() local
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_acipher.h146 struct drvcrypt_buf ciphertext; /* Encrypted message */ member