Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dencode.c186 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) { in EVP_EncodeUpdate()
198 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) { in EVP_EncodeUpdate()
223 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) in EVP_EncodeFinal()
/openssl/crypto/srp/
H A Dsrp_vfy.c144 evp_encode_ctx_set_flags(ctx, EVP_ENCODE_CTX_NO_NEWLINES in t_tob64()
/openssl/include/crypto/
H A Devp.h864 #define EVP_ENCODE_CTX_NO_NEWLINES 1 macro

Completed in 12 milliseconds