Home
last modified time | relevance | path

Searched refs:EVP_DecodeUpdate (Results 1 – 4 of 4) sorted by relevance

/crypto/evp/
A Dbio_b64.c227 k = EVP_DecodeUpdate(ctx->base64, ctx->buf, &num, p, (int)(q - p)); in b64_read()
285 i = EVP_DecodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len, in b64_read()
A Dencode.c303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() function
/crypto/srp/
A Dsrp_vfy.c87 && EVP_DecodeUpdate(ctx, a, &outl, pad, (int)padsize) < 0) { in t_fromb64()
91 if (EVP_DecodeUpdate(ctx, a, &outl2, (const unsigned char *)src, (int)size) < 0) { in t_fromb64()
/crypto/pem/
A Dpem_lib.c1000 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()

Completed in 19 milliseconds