Searched refs:EVP_DecodeBlock (Results 1 - 5 of 5) sorted by relevance
/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) } <= 0 { 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() functions
|
/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)encodedLen);
in Base64Decode()
|
/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, base64String.size());
in Base64StringDecode()
|
/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()
|
Completed in 3 milliseconds