Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbase64.h73 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef
84 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
90 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
96 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
132 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
141 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
148 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
Dpem.h141 EVP_ENCODE_CTX encode;
/external/boringssl/src/crypto/base64/
Dbase64.c114 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx) { in EVP_EncodeInit()
120 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len, in EVP_EncodeUpdate()
165 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) { in EVP_EncodeFinal()
265 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx) { in EVP_DecodeInit()
272 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecodeUpdate()
412 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *outl) { in EVP_DecodeFinal()
/external/boringssl/src/crypto/pem/
Dpem_lib.c554 EVP_ENCODE_CTX ctx; in PEM_write_bio()
632 EVP_ENCODE_CTX ctx; in PEM_read_bio()