Searched refs:ladder (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 4 * This program calculates a key ladder: a chain of secret material, each 103 /* The maximum supported key ladder depth. */ 261 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() 549 PSA_CHECK(derive_key_ladder(ladder, ladder_depth, in run() 589 printf("Demonstrate the usage of a key derivation ladder.\n"); in usage() 612 const char *ladder[MAX_LADDER_DEPTH]; in main() local 638 printf("Maximum ladder dept in main() 524 run(enum program_mode mode, const char *key_file_name, const char *ladder[], size_t ladder_depth, const char *input_file_name, const char *output_file_name) run() argument [all...] |
Completed in 2 milliseconds