Home
last modified time | relevance | path

Searched refs:EVP_ENCODE_CTX (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbase64.h120 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 Dbase.h405 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 Dbase64.h117 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 Dbase.h317 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 Dbase64.h120 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 Dbase.h405 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 Dbase64.h117 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 Dbase.h317 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 Dbase64.h120 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 Dbase.h405 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 Dbase64.h120 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 Dbase.h405 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 Devp.h482 } 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 Dpem.h146 EVP_ENCODE_CTX encode;