OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uses_prehash
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/evp/
digestsign.c
74
static int
uses_prehash
(EVP_MD_CTX *ctx, enum evp_sign_verify_t op) {
function
105
if (
uses_prehash
(ctx, op)) {
132
if (!
uses_prehash
(ctx, evp_sign)) {
141
if (!
uses_prehash
(ctx, evp_verify)) {
151
if (!
uses_prehash
(ctx, evp_sign)) {
177
if (!
uses_prehash
(ctx, evp_verify)) {
198
if (
uses_prehash
(ctx, evp_sign)) {
220
if (
uses_prehash
(ctx, evp_verify)) {
Completed in 538 milliseconds