Home
last modified time | relevance | path

Searched refs:EVP_EncodeBlock (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/evp/
Dencode.c152 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
Dbio_b64.c434 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()
Devp.h596 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
/external/openssl/crypto/pem/
Dpem_seal.c108 j=EVP_EncodeBlock((unsigned char *)s,ek[i], in PEM_SealInit()
174 *sigl=EVP_EncodeBlock(sig,s,i); in PEM_SealFinal()
Dpem_sign.c94 i=EVP_EncodeBlock(sigret,m,m_len); in PEM_SignFinal()
/external/openssl/crypto/x509/
Dx509spki.c118 EVP_EncodeBlock((unsigned char *)b64_str, der_spki, der_len); in NETSCAPE_SPKI_b64_encode()
/external/openssl/include/openssl/
Devp.h596 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);