Home
last modified time | relevance | path

Searched refs:ltc_cipherindex (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dccm.c70 int ltc_cipherindex = find_cipher("aes"); in crypto_aes_ccm_init() local
73 if (ltc_cipherindex < 0) in crypto_aes_ccm_init()
97 ltc_res = ccm_init(&ccm->ctx, ltc_cipherindex, key, key_len, in crypto_aes_ccm_init()
A Dgcm.c68 int ltc_cipherindex = find_cipher("aes"); in crypto_aes_gcm_init() local
71 if (ltc_cipherindex < 0) in crypto_aes_gcm_init()
78 ltc_res = gcm_init(&gcm->ctx, ltc_cipherindex, key, key_len); in crypto_aes_gcm_init()

Completed in 3 milliseconds