| /optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
| H A D | ocb3_init.c | 12 static void s_ocb3_int_calc_offset_zero(ocb3_state *ocb, const unsigned char *nonce, unsigned long … in s_ocb3_int_calc_offset_zero() 84 const unsigned char *nonce, unsigned long noncelen, in ocb3_init()
|
| H A D | ocb3_encrypt_authenticate_memory.c | 30 const unsigned char *nonce, unsigned long noncelen, in ocb3_encrypt_authenticate_memory()
|
| H A D | ocb3_decrypt_verify_memory.c | 31 const unsigned char *nonce, unsigned long noncelen, in ocb3_decrypt_verify_memory()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_add_nonce.c | 15 const unsigned char *nonce, unsigned long noncelen) in ccm_add_nonce()
|
| H A D | ccm_memory.c | 36 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
|
| /optee_os/core/lib/libtomcrypt/src/stream/salsa20/ |
| H A D | xsalsa20_memory.c | 21 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_memory()
|
| H A D | xsalsa20_setup.c | 55 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_setup()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ocb/ |
| H A D | ocb_encrypt_authenticate_memory.c | 27 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
|
| H A D | ocb_decrypt_verify_memory.c | 28 const unsigned char *nonce, in ocb_decrypt_verify_memory()
|
| H A D | ocb_init.c | 40 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
| H A D | eax_init.c | 26 const unsigned char *nonce, unsigned long noncelen, in eax_init()
|
| H A D | eax_encrypt_authenticate_memory.c | 30 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
|
| H A D | eax_decrypt_verify_memory.c | 31 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 432 static TEE_Result digest_nonce_and_hash(uint8_t *digest, uint8_t *nonce, in digest_nonce_and_hash() 472 static TEE_Result sign_buffer(uint8_t *buf, size_t buf_sz, uint8_t *nonce, in sign_buffer() 588 uint8_t *nonce = params[1].memref.buffer; in cmd_get_ta_shdr_digest() local 629 uint8_t *nonce = params[0].memref.buffer; in cmd_hash_ta_memory() local 680 uint8_t *nonce = params[0].memref.buffer; in cmd_hash_tee_memory() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_aead.c | 121 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt() 233 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_decrypt() 364 const uint8_t *nonce, in mbedtls_psa_aead_set_nonce()
|
| H A D | psa_crypto_driver_wrappers.h | 1716 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_encrypt() 1768 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_decrypt() 1916 const uint8_t *nonce, in psa_driver_wrapper_aead_set_nonce()
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 71 TEE_OperationMode mode, const void *nonce, in __gcm_init() 126 size_t key_len, const void *nonce, in internal_aes_gcm_init() 369 const void *nonce, size_t nonce_len, in internal_aes_gcm_enc() 392 const void *nonce, size_t nonce_len, in internal_aes_gcm_dec() 461 const uint8_t *nonce, size_t nonce_len, in aes_gcm_init()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | veraison_attestation.c | 48 const uint8_t *nonce = params[0].memref.buffer; in cmd_get_cbor_evidence() local
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | local.h | 65 struct caambuf nonce; member
|
| /optee_os/core/drivers/ |
| H A D | stm32mp15_huk.c | 94 const uint8_t nonce[12] = { 0x55 }; in aes_gcm_encrypt_uid() local
|
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_authenc.h | 29 struct drvcrypt_buf nonce; /* Nonce */ member
|
| /optee_os/core/drivers/crypto/crypto_api/authenc/ |
| H A D | authenc.c | 77 size_t key_len, const uint8_t *nonce, in authenc_init()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 64 const uint8_t *nonce, size_t nonce_len, in crypto_aes_gcm_init()
|
| H A D | ccm.c | 65 const uint8_t *nonce, size_t nonce_len, in crypto_aes_ccm_init()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | authenc.c | 157 struct versal_mbox_mem nonce; member 320 struct versal_mbox_mem nonce = { }; in do_init() local
|