Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dctr_drbg.h176 typedef struct mbedtls_ctr_drbg_psa_context { struct
179 } mbedtls_ctr_drbg_psa_context; argument
208 mbedtls_ctr_drbg_psa_context MBEDTLS_PRIVATE(psa_ctx); /*!< The PSA context. */
/mbedtls-latest/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()
174 mbedtls_ctr_drbg_psa_context psa_ctx; in block_cipher_df()