Searched refs:EVP_DecodeFinal (Results 1 – 4 of 4) sorted by relevance
502 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_DecodeFinal() function
186 if (EVP_DecodeFinal(ctx->base64, NULL, &num) < 0) in b64_read()
96 EVP_DecodeFinal(ctx, a + outl, &outl2); in t_fromb64()
1002 || EVP_DecodeFinal(ctx, (unsigned char*)&(buf_mem->data[len]), in PEM_read_bio_ex()
Completed in 14 milliseconds