Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dbftest.c299 BF_set_key(&key, strlen(bf_key[n]), (unsigned char *)bf_key[n]); in test_bf_ecb_raw()
320 BF_set_key(&key, 8, ecb_data[n]); in test_bf_ecb()
339 BF_set_key(&key, n+1, key_test); in test_bf_set_key()
357 BF_set_key(&key, 16, cbc_key); in test_bf_cbc()
383 BF_set_key(&key, 16, cbc_key); in test_bf_cfb64()
415 BF_set_key(&key, 16, cbc_key); in test_bf_ofb64()
/third_party/musl/src/crypt/
Dcrypt_blowfish.c498 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() function
636 BF_set_key(key, data.expanded_key, data.ctx.s.P, in BF_crypt()
794 BF_set_key(k, ae, ai, 2); /* $2a$ */ in __crypt_blowfish()
795 BF_set_key(k, ye, yi, 4); /* $2y$ */ in __crypt_blowfish()
/third_party/openssl/crypto/evp/
De_bf.c45 BF_set_key(&data(ctx)->ks, len, key); in bf_init_key()
/third_party/openssl/doc/man3/
DBF_encrypt.pod5 BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
16 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
53 BF_set_key() sets up the B<BF_KEY> B<key> using the B<len> bytes long key
/third_party/openssl/providers/implementations/ciphers/
Dcipher_blowfish_hw.c23 BF_set_key(&bctx->ks.ks, keylen, key); in cipher_hw_blowfish_initkey()
/third_party/openssl/ohos_lite/include/openssl/
Dblowfish.h39 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
/third_party/openssl/include/openssl/
Dblowfish.h50 OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
/third_party/openssl/crypto/bf/
Dbf_skey.c22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data) in BF_set_key() function
/third_party/ffmpeg/tools/
Dcrypto_bench.c241 BF_set_key(&blowfish, 16, hardcoded_key); in run_crypto_blowfish()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1175 BF_encrypt(), BF_decrypt(), BF_set_key(), BF_cbc_encrypt(), BF_cfb64_encrypt(),
/third_party/openssl/util/
Dlibcrypto.num100 BF_set_key 102 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0