Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddes.h78 void mbedtls_des_init(mbedtls_des_context *ctx);
/optee_os/lib/libmbedtls/core/
H A Ddes_ecb.c45 mbedtls_des_init(&c->des_ctx); in mbed_des_ecb_init()
H A Ddes_cbc.c50 mbedtls_des_init(&c->des_ctx); in mbed_des_cbc_init()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddes.c265 void mbedtls_des_init(mbedtls_des_context *ctx) in mbedtls_des_init() function
845 mbedtls_des_init(&ctx); in mbedtls_des_self_test()
H A Dpem.c161 mbedtls_des_init(&des_ctx); in pem_des_decrypt()
H A Dcipher_wrap.c1728 mbedtls_des_init(des); in des_ctx_alloc()