Home
last modified time | relevance | path

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

/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() function
220 status = ctr_drbg_setup_psa_context(&psa_ctx, key, sizeof(key)); in block_cipher_df()
275 status = ctr_drbg_setup_psa_context(&psa_ctx, tmp, MBEDTLS_CTR_DRBG_KEYSIZE); in block_cipher_df()
385 status = ctr_drbg_setup_psa_context(&ctx->psa_ctx, tmp, MBEDTLS_CTR_DRBG_KEYSIZE); in ctr_drbg_update_internal()
575 status = ctr_drbg_setup_psa_context(&ctx->psa_ctx, key, MBEDTLS_CTR_DRBG_KEYSIZE); in mbedtls_ctr_drbg_seed()