Searched refs:mbedtls_hmac_drbg_reseed (Results 1 – 11 of 11) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 232 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function 351 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add() 610 CHK( mbedtls_hmac_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_hmac_drbg_self_test()
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 324 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
A D | compat-1.3.h | 1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | hmac_drbg.h | 324 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
A D | compat-1.3.h | 1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | hmac_drbg.h | 324 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
A D | compat-1.3.h | 1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | hmac_drbg.h | 324 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
A D | compat-1.3.h | 1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | hmac_drbg.h | 324 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
A D | compat-1.3.h | 1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
Completed in 72 milliseconds