Searched refs:dom (Results 1 – 2 of 2) sorted by relevance
66 uint8_t dom[2]; in hash_init_with_dom() local72 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom()74 dom[1] = (uint8_t)context_len; in hash_init_with_dom()82 || !EVP_DigestUpdate(hashctx, dom, sizeof(dom)) in hash_init_with_dom()
5449 uint8_t dom[2]; in hash_init_with_dom() local5461 dom[0] = (uint8_t)(phflag >= 1 ? 1 : 0); in hash_init_with_dom()5462 dom[1] = (uint8_t)context_len; in hash_init_with_dom()5465 || !EVP_DigestUpdate(hash_ctx, dom, sizeof(dom)) in hash_init_with_dom()
Completed in 18 milliseconds