Searched refs:BIO_set_cipher (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | bio_enc_test.c | 56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) in do_bio_cipher() 70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher() 102 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher() 128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher() 148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher() 180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_cipher.pod | 5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter 15 int 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() returns 1 for success and 0 for failure.
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_enc.c | 406 int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, in BIO_set_cipher() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 895 __owur int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 380 BIO_set_cipher;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 904 MLINKS+= BIO_f_cipher.3 BIO_set_cipher.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3556 BIO_set_cipher 3637 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 5324 BIO_set_cipher() and some obscure PEM functions were changed so they
|