Searched refs:EVP_EncodeBlock (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/evp/ |
D | encode.c | 152 j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length); in EVP_EncodeUpdate() 161 j=EVP_EncodeBlock(out,in,ctx->length); in EVP_EncodeUpdate() 181 ret=EVP_EncodeBlock(out,ctx->enc_data,ctx->num); in EVP_EncodeFinal() 189 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) in EVP_EncodeBlock() function
|
D | bio_b64.c | 434 ctx->buf_len=EVP_EncodeBlock((unsigned char *)ctx->buf,(unsigned char *)ctx->tmp,ctx->tmp_len); in b64_write() 451 ctx->buf_len=EVP_EncodeBlock((unsigned char *)ctx->buf,(const unsigned char *)in,n); in b64_write() 541 ctx->buf_len=EVP_EncodeBlock( in b64_ctrl()
|
D | evp.h | 596 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
|
/external/openssl/crypto/pem/ |
D | pem_seal.c | 108 j=EVP_EncodeBlock((unsigned char *)s,ek[i], in PEM_SealInit() 174 *sigl=EVP_EncodeBlock(sig,s,i); in PEM_SealFinal()
|
D | pem_sign.c | 94 i=EVP_EncodeBlock(sigret,m,m_len); in PEM_SignFinal()
|
/external/openssl/crypto/x509/ |
D | x509spki.c | 118 EVP_EncodeBlock((unsigned char *)b64_str, der_spki, der_len); in NETSCAPE_SPKI_b64_encode()
|
/external/openssl/include/openssl/ |
D | evp.h | 596 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
|