Home
last modified time | relevance | path

Searched defs:nonce_len (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/crypto/
H A Daes-gcm.c72 size_t nonce_len, size_t tag_len) in __gcm_init()
127 size_t nonce_len, size_t tag_len) 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()
H A Dcrypto.c409 const uint8_t *nonce, size_t nonce_len, in crypto_authenc_init()
/optee_os/core/drivers/
H A Dstm32mp15_huk.c97 size_t nonce_len = sizeof(nonce); in aes_gcm_encrypt_uid() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c450 size_t nonce_len) in mbedtls_ctr_drbg_reseed_internal()
543 size_t nonce_len; in mbedtls_ctr_drbg_seed() local
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c78 size_t nonce_len, size_t tag_len, size_t aad_len, 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/tee/
H A Dtee_svc_cryp.c4084 size_t nonce_len, size_t tag_len, in syscall_authenc_init()