Searched refs:h_len (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/rsa/ |
D | rsa-verify.c | 189 int h_len = hash_len; in padding_pss_verify() local 201 h = malloc(h_len); in padding_pss_verify() 221 memcpy(h, msg + masked_db_len, h_len); in padding_pss_verify() 233 mask_generation_function1(checksum, h, h_len, db_mask, db_mask_len); in padding_pss_verify()
|
/third_party/ffmpeg/libavformat/ |
D | movenchint.c | 163 static int match_segments(const uint8_t *haystack, int h_len, in match_segments() argument 169 for (h_pos = 0; h_pos < h_len; h_pos++) { in match_segments() 174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 450 int n, h_len, b = 3, temp_len = sizeof(temp); in lws_jws_sig_confirm() local 545 h_len = lws_genhmac_size(jose.alg->hmac_type); in lws_jws_sig_confirm() 574 if (lws_timingsafe_bcmp(digest, map->buf[2], h_len)) { in lws_jws_sig_confirm() 632 h_len = lws_genhash_size(jose.alg->hash_type); in lws_jws_sig_confirm()
|
/third_party/python/Doc/library/ |
D | readline.rst | 323 h_len = readline.get_current_history_length() 326 h_len = 0 332 atexit.register(save, h_len, histfile)
|