Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dencode.c21 static int evp_decodeblock_int(EVP_ENCODE_CTX *ctx, unsigned char *t,
372 decoded_len = evp_decodeblock_int(ctx, out, d, n, eof); in EVP_DecodeUpdate()
391 decoded_len = evp_decodeblock_int(ctx, out, d, n, eof); in EVP_DecodeUpdate()
413 static int evp_decodeblock_int(EVP_ENCODE_CTX *ctx, unsigned char *t, in evp_decodeblock_int() function
499 return evp_decodeblock_int(NULL, t, f, n, 0); in EVP_DecodeBlock()
508 i = evp_decodeblock_int(ctx, out, ctx->enc_data, ctx->num, -1); in EVP_DecodeFinal()