Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/ec/curve448/
A Deddsa.c70 uint8_t dom[2]; in hash_init_with_dom() local
76 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