Searched refs:EVP_VerifyInit_ex (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0002-ibrcommon-added-openssl-1.1-compatibility-264.patch | 106 - if (!EVP_VerifyInit_ex(&_ctx, EVP_sha256(), NULL)) 107 + if (!EVP_VerifyInit_ex(_ctx, EVP_sha256(), NULL)) 140 - if (!EVP_VerifyInit_ex(&_ctx, EVP_sha256(), NULL)) 141 + if (!EVP_VerifyInit_ex(_ctx, EVP_sha256(), NULL))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | evp.h | 371 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | evp.h | 371 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | evp.h | 426 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | evp.h | 426 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | evp.h | 426 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | evp.h | 426 OPENSSL_EXPORT int EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | evp.h | 555 # define EVP_VerifyInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) macro
|