Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_add_nonce.c15 const unsigned char *nonce, unsigned long noncelen) in ccm_add_nonce()
A Dccm_memory.c36 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
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()
A Docb3_encrypt_authenticate_memory.c30 const unsigned char *nonce, unsigned long noncelen, in ocb3_encrypt_authenticate_memory()
A Docb3_decrypt_verify_memory.c31 const unsigned char *nonce, unsigned long noncelen, in ocb3_decrypt_verify_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/salsa20/
A Dxsalsa20_memory.c21 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_memory()
A Dxsalsa20_setup.c55 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_setup()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_encrypt_authenticate_memory.c27 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
A Docb_decrypt_verify_memory.c28 const unsigned char *nonce, in ocb_decrypt_verify_memory()
A Docb_init.c40 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/
A Deax_init.c26 const unsigned char *nonce, unsigned long noncelen, in eax_init()
A Deax_encrypt_authenticate_memory.c30 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
A Deax_decrypt_verify_memory.c31 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
/optee_os-3.20.0/core/pta/
A Dattestation.c426 static TEE_Result digest_nonce_and_hash(uint8_t *digest, uint8_t *nonce, in digest_nonce_and_hash()
466 static TEE_Result sign_buffer(uint8_t *buf, size_t buf_sz, uint8_t *nonce, in sign_buffer()
574 uint8_t *nonce = params[1].memref.buffer; in cmd_get_ta_shdr_digest() local
615 uint8_t *nonce = params[0].memref.buffer; in cmd_hash_ta_memory() local
666 uint8_t *nonce = params[0].memref.buffer; in cmd_hash_tee_memory() local
/optee_os-3.20.0/core/crypto/
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()
371 const void *nonce, size_t nonce_len, in internal_aes_gcm_enc()
394 const void *nonce, size_t nonce_len, in internal_aes_gcm_dec()
463 const uint8_t *nonce, size_t nonce_len, in aes_gcm_init()
A Dcrypto.c380 const uint8_t *nonce, size_t nonce_len, in crypto_authenc_init()
/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c89 const uint8_t nonce[12] = { 0x55 }; in aes_gcm_encrypt_uid() local
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c77 size_t key_len, const uint8_t *nonce, in authenc_init()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_authenc.h29 struct drvcrypt_buf nonce; /* Nonce */ member
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dccm.c65 const uint8_t *nonce, size_t nonce_len, in crypto_aes_ccm_init()
A Dgcm.c63 const uint8_t *nonce, size_t nonce_len, in crypto_aes_gcm_init()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Dauthenc.c157 struct versal_mbox_mem nonce; member
320 struct versal_mbox_mem nonce = { }; in do_init() local
/optee_os-3.20.0/core/include/
A Dtpm2.h153 struct tpm2b_digest nonce; member
/optee_os-3.20.0/core/tee/
A Dtee_rpmb_fs.c199 uint8_t nonce[RPMB_NONCE_SIZE]; member
224 uint8_t *nonce; member
945 uint8_t nonce[RPMB_NONCE_SIZE]; in tee_rpmb_init_read_wr_cnt() local
1201 uint8_t nonce[RPMB_NONCE_SIZE]; in tee_rpmb_read() local
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c1306 TEE_Result TEE_AEInit(TEE_OperationHandle operation, const void *nonce, in TEE_AEInit()

Completed in 34 milliseconds

12