Home
last modified time | relevance | path

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

/mbedtls/library/
A Dctr_drbg.c50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
63 psa_destroy_key(psa_ctx->key_id); in ctr_drbg_destroy_psa_contex()
66 psa_ctx->key_id = MBEDTLS_SVC_KEY_ID_INIT; in ctr_drbg_destroy_psa_contex()
79 ctx->psa_ctx.key_id = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_ctr_drbg_init()
108 ctr_drbg_destroy_psa_contex(&ctx->psa_ctx); in mbedtls_ctr_drbg_free()
176 mbedtls_ctr_drbg_psa_context psa_ctx; in block_cipher_df() local
178 psa_ctx.key_id = MBEDTLS_SVC_KEY_ID_INIT; in block_cipher_df()
273 ctr_drbg_destroy_psa_contex(&psa_ctx); in block_cipher_df()
305 ctr_drbg_destroy_psa_contex(&psa_ctx); in block_cipher_df()
[all …]
/mbedtls/include/mbedtls/
A Dctr_drbg.h195 mbedtls_ctr_drbg_psa_context MBEDTLS_PRIVATE(psa_ctx); /*!< The PSA context. */

Completed in 10 milliseconds