Home
last modified time | relevance | path

Searched refs:EVP_DecodeFinal (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DEVP_EncodeInit.pod7 EVP_EncodeBlock, EVP_DecodeInit, EVP_DecodeUpdate, EVP_DecodeFinal,
27 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl);
108 in future calls to EVP_DecodeUpdate() or EVP_DecodeFinal().
135 EVP_DecodeFinal() should be called at the end of a decoding operation,
171 EVP_DecodeFinal() returns -1 on error or 1 on success.
/openssl/crypto/evp/
H A Dencode.c464 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_DecodeFinal() function
H A Dbio_b64.c180 if (EVP_DecodeFinal(ctx->base64, NULL, &num) < 0) in b64_read()
/openssl/crypto/srp/
H A Dsrp_vfy.c96 EVP_DecodeFinal(ctx, a + outl, &outl2); in t_fromb64()
/openssl/crypto/pem/
H A Dpem_lib.c972 || EVP_DecodeFinal(ctx, (unsigned char*)&(buf_mem->data[len]), in PEM_read_bio_ex()
/openssl/include/openssl/
H A Devp.h878 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
/openssl/test/
H A Devp_test.c3233 if (EVP_DecodeFinal(decode_ctx, decode_out + output_len, &chunk_len) != 1) { in encode_test_run()
/openssl/util/
H A Dlibcrypto.num1877 EVP_DecodeFinal 1923 3_0_0 EXIST::FUNCTION:

Completed in 51 milliseconds