Searched refs:BIO_f_cipher (Results 1 – 5 of 5) sorted by relevance
103 BIO_METHOD *BIO_f_cipher(void) in BIO_f_cipher() function
617 BIO_METHOD *BIO_f_cipher(void);
325 if ((btmp=BIO_new(BIO_f_cipher())) == NULL) in PKCS7_dataInit()509 if ((etmp=BIO_new(BIO_f_cipher())) == NULL) in PKCS7_dataDecode()
583 if ((benc=BIO_new(BIO_f_cipher())) == NULL) in MAIN()