Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Daes.c35 mbedtls_aes_free(&ctx); in crypto_aes_expand_enc_key()
56 mbedtls_aes_free(&ctx); in crypto_aes_enc_block()
67 void mbedtls_aes_free( mbedtls_aes_context *ctx ) in mbedtls_aes_free() function
A Daes_ecb.c88 mbedtls_aes_free(&to_aes_ecb_ctx(ctx)->aes_ctx); in mbed_aes_ecb_final()
A Daes_cbc.c85 mbedtls_aes_free(&to_aes_cbc_ctx(ctx)->aes_ctx); in mbed_aes_cbc_final()
A Daes_ctr.c78 mbedtls_aes_free(&c->aes_ctx); in mbed_aes_ctr_final()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Daes.h140 void mbedtls_aes_free( mbedtls_aes_context *ctx );
A Dcompat-1.3.h1720 #define aes_free mbedtls_aes_free
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dctr_drbg.c75 mbedtls_aes_free( &ctx->aes_ctx ); in mbedtls_ctr_drbg_free()
226 mbedtls_aes_free( &aes_ctx ); in block_cipher_df()
A Dpem.c215 mbedtls_aes_free( &aes_ctx ); in pem_aes_decrypt()
A Daes.c497 void mbedtls_aes_free( mbedtls_aes_context *ctx ) in mbedtls_aes_free() function
519 mbedtls_aes_free( &ctx->crypt ); in mbedtls_aes_xts_free()
520 mbedtls_aes_free( &ctx->tweak ); in mbedtls_aes_xts_free()
706 mbedtls_aes_free( &cty ); in mbedtls_aes_setkey_dec()
2182 mbedtls_aes_free( &ctx ); in mbedtls_aes_self_test()
A Dcipher_wrap.c241 mbedtls_aes_free( (mbedtls_aes_context *) ctx ); in aes_ctx_free()

Completed in 28 milliseconds