Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dbio_enc_test.c54 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) in do_bio_cipher()
63 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher()
90 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher()
111 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher()
126 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
153 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
/third_party/openssl/doc/man3/
DBIO_f_cipher.pod5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
15 void BIO_set_cipher(BIO *b, const EVP_CIPHER *cipher,
33 BIO_set_cipher() sets the cipher of BIO B<b> to B<cipher> using key B<key>
45 BIO_set_cipher() is not flexible enough for the applications needs.
65 BIO_set_cipher() does not return a value.
/third_party/openssl/crypto/evp/
Dbio_enc.c404 int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, in BIO_set_cipher() function
/third_party/openssl/include/openssl/
Devp.h691 __owur int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
/third_party/openssl/util/
Dlibcrypto.num3681 BIO_set_cipher 3637 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES2653 BIO_set_cipher() and some obscure PEM functions were changed so they