Searched refs:BIO_OK_CTX (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_ok.c157 } BIO_OK_CTX; typedef in typeref:struct:ok_struct
179 BIO_OK_CTX *ctx;
181 ctx=(BIO_OK_CTX *)OPENSSL_malloc(sizeof(BIO_OK_CTX));
204 EVP_MD_CTX_cleanup(&((BIO_OK_CTX *)a->ptr)->md);
205 OPENSSL_cleanse(a->ptr,sizeof(BIO_OK_CTX));
216 BIO_OK_CTX *ctx;
219 ctx=(BIO_OK_CTX *)b->ptr;
287 BIO_OK_CTX *ctx;
291 ctx=(BIO_OK_CTX *)
[all...]

Completed in 47 milliseconds