Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 30) sorted by relevance

12

/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_init.c12 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 Docb3_encrypt_authenticate_memory.c30 const unsigned char *nonce, unsigned long noncelen, in ocb3_encrypt_authenticate_memory()
H A Docb3_decrypt_verify_memory.c31 const unsigned char *nonce, unsigned long noncelen, in ocb3_decrypt_verify_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
H A Dccm_add_nonce.c15 const unsigned char *nonce, unsigned long noncelen) in ccm_add_nonce()
H A Dccm_memory.c36 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
H A Dxsalsa20_memory.c21 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_memory()
H A Dxsalsa20_setup.c55 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_setup()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
H A Docb_encrypt_authenticate_memory.c27 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
H A Docb_decrypt_verify_memory.c28 const unsigned char *nonce, in ocb_decrypt_verify_memory()
H A Docb_init.c40 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
H A Deax_init.c26 const unsigned char *nonce, unsigned long noncelen, in eax_init()
H A Deax_encrypt_authenticate_memory.c30 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
H A Deax_decrypt_verify_memory.c31 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
/optee_os/core/pta/
H A Dattestation.c432 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 Dpsa_crypto_aead.c121 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 Dpsa_crypto_driver_wrappers.h1716 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 Daes-gcm.c71 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 Dveraison_attestation.c48 const uint8_t *nonce = params[0].memref.buffer; in cmd_get_cbor_evidence() local
/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h65 struct caambuf nonce; member
/optee_os/core/drivers/
H A Dstm32mp15_huk.c94 const uint8_t nonce[12] = { 0x55 }; in aes_gcm_encrypt_uid() local
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h29 struct drvcrypt_buf nonce; /* Nonce */ member
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c77 size_t key_len, const uint8_t *nonce, in authenc_init()
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c64 const uint8_t *nonce, size_t nonce_len, in crypto_aes_gcm_init()
H A Dccm.c65 const uint8_t *nonce, size_t nonce_len, in crypto_aes_ccm_init()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c157 struct versal_mbox_mem nonce; member
320 struct versal_mbox_mem nonce = { }; in do_init() local

12