Home
last modified time | relevance | path

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

/system/keymint/boringssl/src/
Dtypes.rs28 pub(crate) struct EvpMdCtx(pub(crate) *mut ffi::EVP_MD_CTX); struct
32 unsafe impl Send for EvpMdCtx {} implementation
Drsa.rs16 use crate::types::{EvpMdCtx, EvpPkeyCtx};
195 md_ctx: EvpMdCtx,
224 md_ctx: EvpMdCtx(cvt_p(ffi::EVP_MD_CTX_new())?), in new()
Dec.rs16 use crate::types::{EvpMdCtx, EvpPkeyCtx};
273 md_ctx: EvpMdCtx,
298 md_ctx: EvpMdCtx(cvt_p(ffi::EVP_MD_CTX_new())?), in new()
/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp45 class EvpMdCtx { class
47 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in keymaster::__anonaa2b24f70111::EvpMdCtx
48 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
76 EvpMdCtx ctx; in CreateKeyId()
/system/security/keystore2/src/crypto/
Dcrypto.cpp162 class EvpMdCtx { class
164 EvpMdCtx() { EVP_MD_CTX_init(&ctx_); } in EvpMdCtx() function in EvpMdCtx
165 ~EvpMdCtx() { EVP_MD_CTX_cleanup(&ctx_); } in ~EvpMdCtx()
174 EvpMdCtx ctx; in CreateKeyId()