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 D | evp.rs | 42 …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 D | ffi.rs | 29 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 D | tee_auth_system.cpp | 43 …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 D | hap_cert_verify_openssl_utils_test.cpp | 42 …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 D | hap_cert_verify_openssl_utils.cpp | 65 int32_t len = EVP_DecodeBlock(decodeBuffer.get(), input, base64String.size()); in GetX509CertFromBase64String()
|