Searched defs:algo (Results 1 – 5 of 5) sorted by relevance
42 int hash_init(enum hash_algo algo, void **ctx) in hash_init()64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update()111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
82 enum hash_algo algo = SHA256; in verify_hash() local
56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() local147 enum hash_algo algo = SHA256; in calc_img_hash() local299 enum sig_alg *algo) in validate_esbc_header()
75 enum hash_algo algo; member
234 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()
Completed in 11 milliseconds