Home
last modified time | relevance | path

Searched defs:EVP_DigestUpdate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs35 pub(crate) fn EVP_DigestUpdate(ctx: *mut EVP_MD_CTX, buf: *const c_uchar, cnt: c_int) -> c_int; in EVP_DigestUpdate() function
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/
H A Dopenssl_mock.cpp386 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt) in EVP_DigestUpdate() function