Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dsignature.c116 if (signature->digest_sign_update != NULL) in evp_signature_from_algorithm()
118 signature->digest_sign_update in evp_signature_from_algorithm()
H A Dm_sigver.c417 if (pctx->op.sig.signature->digest_sign_update == NULL) { in EVP_DigestSignUpdate()
422 return pctx->op.sig.signature->digest_sign_update(pctx->op.sig.algctx, in EVP_DigestSignUpdate()
H A Devp_local.h172 OSSL_FUNC_signature_digest_sign_update_fn *digest_sign_update; member