Searched refs:EVP_DecodeInit (Results 1 – 4 of 4) sorted by relevance
138 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
139 EVP_DecodeInit(&ctx->base64); in b64_read()219 EVP_DecodeInit(&ctx->base64); in b64_read()227 EVP_DecodeInit(&ctx->base64); in b64_read()
265 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx) { in EVP_DecodeInit() function
764 EVP_DecodeInit(&ctx); in PEM_read_bio()