Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dencode.c238 if (ctx != NULL && (ctx->flags & EVP_ENCODE_CTX_USE_SRP_ALPHABET) != 0) in evp_encodeblock_int()
325 if ((ctx->flags & EVP_ENCODE_CTX_USE_SRP_ALPHABET) != 0) in EVP_DecodeUpdate()
420 if (ctx != NULL && (ctx->flags & EVP_ENCODE_CTX_USE_SRP_ALPHABET) != 0) in evp_decodeblock_int()
/openssl/crypto/srp/
H A Dsrp_vfy.c83 evp_encode_ctx_set_flags(ctx, EVP_ENCODE_CTX_USE_SRP_ALPHABET); in t_fromb64()
145 | EVP_ENCODE_CTX_USE_SRP_ALPHABET); in t_tob64()
/openssl/include/crypto/
H A Devp.h866 #define EVP_ENCODE_CTX_USE_SRP_ALPHABET 2 macro

Completed in 12 milliseconds