Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dhmac_drbg.h74 typedef struct mbedtls_hmac_drbg_context { struct
102 } mbedtls_hmac_drbg_context; typedef
116 void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx);
186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
238 void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_context *ctx,
250 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx,
265 void mbedtls_hmac_drbg_set_reseed_interval(mbedtls_hmac_drbg_context *ctx,
285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/
Dcc3xx_internal_drbg_util.h54 mbedtls_hmac_drbg_context *hmac_drbg_ctx);
70 psa_status_t cc3xx_hmac_drbg_init_with_params(mbedtls_hmac_drbg_context *hmac_drbg_ctx,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_drbg_util.c40 mbedtls_hmac_drbg_context global_hmac_drbg_ctx;
82 cc3xx_hmac_drbg_init_with_params(mbedtls_hmac_drbg_context *hmac_drbg_ctx, in cc3xx_hmac_drbg_init_with_params()
124 mbedtls_hmac_drbg_context *hmac_drbg_ctx) in cc3xx_hmac_drbg_get_ctx()
Dcc3xx_psa_asymmetric_signature.c156 mbedtls_hmac_drbg_context hmac_drbg_ctx; in cc3xx_internal_ecdsa_sign()