Searched refs:EVP_DecodeFinal (Results 1 – 3 of 3) sorted by relevance
154 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
412 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *outl) { in EVP_DecodeFinal() function
773 i=EVP_DecodeFinal(&ctx,(unsigned char *)&(dataB->data[bl]),&k); in PEM_read_bio()