Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_add_nonce.c22 const unsigned char *nonce, unsigned long noncelen) in ccm_add_nonce()
A Dccm_memory.c43 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c19 static void _ocb3_int_calc_offset_zero(ocb3_state *ocb, const unsigned char *nonce, unsigned long n… in _ocb3_int_calc_offset_zero()
91 const unsigned char *nonce, unsigned long noncelen, in ocb3_init()
A Docb3_encrypt_authenticate_memory.c37 const unsigned char *nonce, unsigned long noncelen, in ocb3_encrypt_authenticate_memory()
A Docb3_decrypt_verify_memory.c38 const unsigned char *nonce, unsigned long noncelen, in ocb3_decrypt_verify_memory()
/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
A Dxsalsa20_memory.c28 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_memory()
A Dxsalsa20_setup.c62 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_setup()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_encrypt_authenticate_memory.c34 const unsigned char *nonce, in ocb_encrypt_authenticate_memory()
A Docb_decrypt_verify_memory.c35 const unsigned char *nonce, in ocb_decrypt_verify_memory()
A Docb_init.c47 const unsigned char *key, unsigned long keylen, const unsigned char *nonce) in ocb_init()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
A Deax_init.c33 const unsigned char *nonce, unsigned long noncelen, in eax_init()
A Deax_encrypt_authenticate_memory.c37 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
A Deax_decrypt_verify_memory.c38 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
/optee_os/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.c377 const uint8_t *nonce, size_t nonce_len, in crypto_authenc_init()
/optee_os/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c77 size_t key_len, const uint8_t *nonce, in authenc_init()
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_authenc.h29 struct drvcrypt_buf nonce; /* Nonce */ member
/optee_os/core/lib/libtomcrypt/
A Dccm.c64 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/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
A Dtee_svc_cryp.c3215 TEE_Result syscall_authenc_init(unsigned long state, const void *nonce, in syscall_authenc_init()
/optee_os/lib/libutee/
A Dtee_api_operations.c1298 TEE_Result TEE_AEInit(TEE_OperationHandle operation, const void *nonce, in TEE_AEInit()

Completed in 36 milliseconds