Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Deddsa.c66 uint8_t dom[2]; in hash_init_with_dom() local
72 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()
/openssl/crypto/ec/
H A Dcurve25519.c5449 uint8_t dom[2]; in hash_init_with_dom() local
5461 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 25 milliseconds