Searched defs:EVP_EncodeBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dencode.c152 j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length);
161 j=EVP_EncodeBlock(out,in,ctx->length);
181 ret=EVP_EncodeBlock(out,ctx->enc_data,ctx->num);
189 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) function
/external/openssl/crypto/evp/
H A Dencode.c152 j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length);
161 j=EVP_EncodeBlock(out,in,ctx->length);
181 ret=EVP_EncodeBlock(out,ctx->enc_data,ctx->num);
189 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) function

Completed in 79 milliseconds