Searched refs:EVP_DecodeInit (Results 1 – 5 of 5) sorted by relevance
137 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
141 EVP_DecodeInit(&ctx->base64); in b64_read()221 EVP_DecodeInit(&ctx->base64); in b64_read()229 EVP_DecodeInit(&ctx->base64); in b64_read()
272 EVP_DecodeInit(&ctx); in TestEncodeDecode()325 EVP_DecodeInit(&ctx); in TestDecodeUpdateStreaming()
228 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx) { in EVP_DecodeInit() function
738 EVP_DecodeInit(&ctx); in PEM_read_bio()