Home
last modified time | relevance | path

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

/mbedtls-latest/programs/psa/
Dkey_ladder_demo.c261 static psa_status_t derive_key_ladder(const char *ladder[], in derive_key_ladder() argument
289 (uint8_t *) ladder[i], strlen(ladder[i]))); in derive_key_ladder()
526 const char *ladder[], size_t ladder_depth, in run() argument
549 PSA_CHECK(derive_key_ladder(ladder, ladder_depth, in run()
612 const char *ladder[MAX_LADDER_DEPTH]; in main() local
642 ladder[ladder_depth] = q; in main()
679 ladder, ladder_depth, in main()
/mbedtls-latest/3rdparty/p256-m/p256-m/
DREADME.md385 ladder, which is a variant of the good old double-and-add algorithm where an
388 signed binary ladder only works if the scalar is odd; this is ensured by