| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | base64.h | 120 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 126 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 132 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 140 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 149 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 156 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 405 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | base64.h | 117 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 123 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 129 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 137 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 146 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 153 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 317 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | base64.h | 120 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 126 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 132 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 140 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 149 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 156 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 405 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | base64.h | 117 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 123 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 129 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 137 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 146 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 153 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 317 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | base64.h | 120 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 126 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 132 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 140 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 149 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 156 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 405 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | base64.h | 120 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 126 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 132 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, 140 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 149 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, 156 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
|
| H A D | base.h | 405 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | evp.h | 482 } EVP_ENCODE_CTX; typedef 677 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 678 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, 680 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl); 683 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); 684 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, 686 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
|
| H A D | pem.h | 146 EVP_ENCODE_CTX encode;
|