Home
last modified time | relevance | path

Searched refs:EVP_DecodeBlock (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/evp/
Dencode.c325 v=EVP_DecodeBlock(out,d,n); in EVP_DecodeUpdate()
359 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n) in EVP_DecodeBlock() function
406 i=EVP_DecodeBlock(out,ctx->enc_data,ctx->num); in EVP_DecodeFinal()
Dbio_b64.c312 z=EVP_DecodeBlock((unsigned char *)ctx->buf, in b64_read()
Devp.h603 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
/external/openssl/crypto/x509/
Dx509spki.c89 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
/external/openssl/include/openssl/
Devp.h603 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);