Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Deddsa_sig.c151 unsigned int prehash_by_caller_flag : 1; member
427 if (!peddsactx->prehash_by_caller_flag) { in ed25519_sign()
440 } else if (peddsactx->prehash_by_caller_flag) { in ed25519_sign()
533 if (!peddsactx->prehash_by_caller_flag) { in ed448_sign()
542 } else if (peddsactx->prehash_by_caller_flag) { in ed448_sign()
587 && !peddsactx->prehash_by_caller_flag) in ed25519_verify()
592 if (!peddsactx->prehash_by_caller_flag) { in ed25519_verify()
605 } else if (peddsactx->prehash_by_caller_flag) { in ed25519_verify()
643 && !peddsactx->prehash_by_caller_flag) in ed448_verify()
648 if (!peddsactx->prehash_by_caller_flag) { in ed448_verify()
[all …]

Completed in 6 milliseconds