Searched refs:dom (Results 1 – 1 of 1) sorted by relevance
70 uint8_t dom[2]; in hash_init_with_dom() local76 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom()78 dom[1] = (uint8_t)context_len; in hash_init_with_dom()86 || !EVP_DigestUpdate(hashctx, dom, sizeof(dom)) in hash_init_with_dom()
Completed in 3 milliseconds