Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dbio_b64.c92 } BIO_B64_CTX; typedef
114 BIO_B64_CTX *ctx; in b64_new()
116 ctx=(BIO_B64_CTX *)OPENSSL_malloc(sizeof(BIO_B64_CTX)); in b64_new()
147 BIO_B64_CTX *ctx; in b64_read()
151 ctx=(BIO_B64_CTX *)b->ptr; in b64_read()
378 BIO_B64_CTX *ctx; in b64_write()
380 ctx=(BIO_B64_CTX *)b->ptr; in b64_write()
493 BIO_B64_CTX *ctx; in b64_ctrl()
497 ctx=(BIO_B64_CTX *)b->ptr; in b64_ctrl()