Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Devp.rs42 …if unsafe { ffi::EVP_DecodeBlock(out_data.as_mut_ptr(), in_data.as_ptr(), in_data.len() as i32) } … in evp_decode_block()
H A Dffi.rs29 pub fn EVP_DecodeBlock(t: *mut c_uchar, f: *const c_uchar, n: c_int) -> c_int; in EVP_DecodeBlock() function
/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp43 …int32_t ret = EVP_DecodeBlock(decodedStr, (const unsigned char*)encodedStr.c_str(), (int)encodedLe… in Base64Decode()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_cert_verify_openssl_utils_test.cpp42 …int32_t len = EVP_DecodeBlock(reinterpret_cast<unsigned char*>(decodeBuffer.get()), input, base64S… in Base64StringDecode()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp65 int32_t len = EVP_DecodeBlock(decodeBuffer.get(), input, base64String.size()); in GetX509CertFromBase64String()