Searched refs:prehashed (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | eddsa.c | 48 static c448_error_t hash_init_with_dom(EVP_MD_CTX *hashctx, uint8_t prehashed, in hash_init_with_dom() argument 64 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom() 135 uint8_t prehashed, const uint8_t *context, in c448_ed448_sign() argument 164 if (!hash_init_with_dom(hashctx, prehashed, 0, context, context_len) in c448_ed448_sign() 205 if (!hash_init_with_dom(hashctx, prehashed, 0, context, context_len) in c448_ed448_sign() 250 uint8_t prehashed, const uint8_t *context, in c448_ed448_verify() argument 299 || !hash_init_with_dom(hashctx, prehashed, 0, context, in c448_ed448_verify()
|
D | ed448.h | 66 uint8_t prehashed, const uint8_t *context, 116 uint8_t prehashed, const uint8_t *context,
|