Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h161 typedef struct mbedtls_ctr_drbg_psa_context { struct
164 } mbedtls_ctr_drbg_psa_context; typedef
195 mbedtls_ctr_drbg_psa_context MBEDTLS_PRIVATE(psa_ctx); /*!< The PSA context. */
/openthread-latest/third_party/mbedtls/repo/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()