Searched refs:ltc_cipherindex (Results 1 – 2 of 2) sorted by relevance
70 int ltc_cipherindex = find_cipher("aes"); in crypto_aes_ccm_init() local73 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()
68 int ltc_cipherindex = find_cipher("aes"); in crypto_aes_gcm_init() local71 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