Home
last modified time | relevance | path

Searched refs:EVP_VerifyUpdate (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch88 - EVP_VerifyUpdate(&md_ctx, m, strlen(m));
92 + EVP_VerifyUpdate(md_ctx, m, strlen(m));
/OK3568_Linux_fs/buildroot/package/liboauth/
H A D0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch90 - EVP_VerifyUpdate(&md_ctx, m, strlen(m));
94 + EVP_VerifyUpdate(md_ctx, m, strlen(m));
/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch176 - if (!EVP_VerifyUpdate(&_ctx, &out_buf_[0], iend - ibegin))
177 + if (!EVP_VerifyUpdate(_ctx, &out_buf_[0], iend - ibegin))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch350 - EVP_VerifyUpdate(&sig_ctx, original.peek(0, original.used()),
353 + EVP_VerifyUpdate(sig_ctx, original.peek(0, original.used()),
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Devp.h381 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Devp.h381 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Devp.h436 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Devp.h436 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Devp.h436 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Devp.h436 OPENSSL_EXPORT int EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *data,
/OK3568_Linux_fs/u-boot/tools/
H A Dkwbimage.c699 if (!EVP_VerifyUpdate(ctx, data, datasz)) { in kwb_verify()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Devp.h557 # define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) macro