Home
last modified time | relevance | path

Searched refs:EVP_DecodeFinal (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dbase64.h154 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
/external/boringssl/src/crypto/base64/
Dbase64.c412 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *outl) { in EVP_DecodeFinal() function
/external/boringssl/src/crypto/pem/
Dpem_lib.c773 i=EVP_DecodeFinal(&ctx,(unsigned char *)&(dataB->data[bl]),&k); in PEM_read_bio()