Home
last modified time | relevance | path

Searched refs:EVP_DecodeUpdate (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/include/openssl/
Dbase64.h147 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
/external/boringssl/src/decrepit/bio/
Dbase64_bio.c215 k = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf, &num, p, in b64_read()
286 i = EVP_DecodeUpdate(&(ctx->base64), (uint8_t *)ctx->buf, in b64_read()
/external/boringssl/src/crypto/base64/
Dbase64.c272 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecodeUpdate() function
/external/boringssl/src/crypto/pem/
Dpem_lib.c765 i=EVP_DecodeUpdate(&ctx, in PEM_read_bio()