Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Ddes_cbc.c109 TEE_Result crypto_des_cbc_alloc_ctx(struct crypto_cipher_ctx **ctx_ret) in crypto_des_cbc_alloc_ctx() function
/optee_os/core/lib/libtomcrypt/
H A Dcbc.c131 TEE_Result crypto_des_cbc_alloc_ctx(struct crypto_cipher_ctx **ctx) in crypto_des_cbc_alloc_ctx() function
/optee_os/core/include/crypto/
H A Dcrypto_impl.h287 TEE_Result crypto_des_cbc_alloc_ctx(struct crypto_cipher_ctx **ctx);
/optee_os/core/crypto/
H A Dcrypto.c149 res = crypto_des_cbc_alloc_ctx(&c); in crypto_cipher_alloc_ctx()