Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Decb.c101 static TEE_Result ltc_ecb_alloc_ctx(struct crypto_cipher_ctx **ctx_ret, in ltc_ecb_alloc_ctx() function
124 return ltc_ecb_alloc_ctx(ctx, find_cipher("aes"), false); in crypto_aes_ecb_alloc_ctx()
131 return ltc_ecb_alloc_ctx(ctx, find_cipher("des"), false); in crypto_des_ecb_alloc_ctx()
136 return ltc_ecb_alloc_ctx(ctx, find_cipher("3des"), true); in crypto_des3_ecb_alloc_ctx()

Completed in 4 milliseconds