Searched refs:prehashed (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/ec/curve448/ |
A D | eddsa.c | 58 uint8_t prehashed, in hash_init_with_dom() argument 76 dom[0] = (uint8_t)(2 - (prehashed == 0 ? 1 : 0) in hash_init_with_dom() 164 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_sign() argument 193 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_sign() 235 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, context_len, in ossl_c448_ed448_sign() 285 uint8_t prehashed, const uint8_t *context, in ossl_c448_ed448_verify() argument 334 || !hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_verify()
|
A D | ed448.h | 70 uint8_t prehashed, const uint8_t *context, 125 uint8_t prehashed, const uint8_t *context,
|
Completed in 4 milliseconds