Searched refs:EVP_DecodeInit (Results 1 – 14 of 14) sorted by relevance
140 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
223 EVP_DecodeInit(&ctx); in TEST_P()262 EVP_DecodeInit(&ctx); in TEST_P()
254 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx) { in EVP_DecodeInit() function
141 EVP_DecodeInit(&ctx->base64); in b64_read()221 EVP_DecodeInit(&ctx->base64); in b64_read()229 EVP_DecodeInit(&ctx->base64); in b64_read()
132 EVP_DecodeInit(ctx->base64); in b64_read()215 EVP_DecodeInit(ctx->base64); in b64_read()224 EVP_DecodeInit(ctx->base64); in b64_read()
274 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx) in EVP_DecodeInit() function
7 EVP_EncodeBlock, EVP_DecodeInit, EVP_DecodeUpdate, EVP_DecodeFinal,24 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);94 EVP_DecodeInit() initialises B<ctx> for the start of a new decoding operation.
79 EVP_DecodeInit(ctx); in t_fromb64()
734 EVP_DecodeInit(&ctx); in PEM_read_bio()
936 EVP_DecodeInit(ctx); in PEM_read_bio_ex()
668 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
1669 EVP_DecodeInit(decode_ctx); in encode_test_run()
1475 #define EVP_DecodeInit BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_DecodeInit) macro
2313 EVP_DecodeInit 2283 1_1_0 EXIST::FUNCTION: