Searched defs:ciphertext (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_aead.c | 124 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 D | psa_crypto_driver_wrappers.h | 1719 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 D | ccm.c | 690 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | khazad.c | 665 static void khazad_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in khazad_crypt()
|
| H A D | anubis.c | 1023 static void anubis_crypt(const unsigned char *plaintext, unsigned char *ciphertext, in anubis_crypt()
|
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | ecc.c | 418 uint8_t *ciphertext = NULL; in ecc_sm2_decrypt() local
|
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_acipher.h | 146 struct drvcrypt_buf ciphertext; /* Encrypted message */ member
|