Home
last modified time | relevance | path

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

/mbedtls-3.7.0/include/mbedtls/
Dctr_drbg.h161 typedef struct mbedtls_ctr_drbg_psa_context { struct
164 } mbedtls_ctr_drbg_psa_context; argument
195 mbedtls_ctr_drbg_psa_context MBEDTLS_PRIVATE(psa_ctx); /*!< The PSA context. */
/mbedtls-3.7.0/library/
Dctr_drbg.c36 static psa_status_t ctr_drbg_setup_psa_context(mbedtls_ctr_drbg_psa_context *psa_ctx, in ctr_drbg_setup_psa_context()
60 static void ctr_drbg_destroy_psa_contex(mbedtls_ctr_drbg_psa_context *psa_ctx) in ctr_drbg_destroy_psa_contex()
176 mbedtls_ctr_drbg_psa_context psa_ctx; in block_cipher_df()