Searched refs:EVP_SignInit_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 | 97 - if (!EVP_SignInit_ex(&_ctx, EVP_sha256(), NULL)) 98 + if (!EVP_SignInit_ex(_ctx, EVP_sha256(), NULL)) 131 - if (!EVP_SignInit_ex(&_ctx, EVP_sha256(), NULL)) 132 + if (!EVP_SignInit_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 | 337 OPENSSL_EXPORT int EVP_SignInit_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 | 337 OPENSSL_EXPORT int EVP_SignInit_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 | 390 OPENSSL_EXPORT int EVP_SignInit_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 | 390 OPENSSL_EXPORT int EVP_SignInit_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 | 390 OPENSSL_EXPORT int EVP_SignInit_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 | 390 OPENSSL_EXPORT int EVP_SignInit_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 | 552 # define EVP_SignInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) macro
|