Searched refs:BF_set_key (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | bftest.c | 299 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/ |
D | crypt_blowfish.c | 498 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/ |
D | e_bf.c | 45 BF_set_key(&data(ctx)->ks, len, key); in bf_init_key()
|
/third_party/openssl/doc/man3/ |
D | BF_encrypt.pod | 5 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/ |
D | cipher_blowfish_hw.c | 23 BF_set_key(&bctx->ks.ks, keylen, key); in cipher_hw_blowfish_initkey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | blowfish.h | 39 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
|
/third_party/openssl/include/openssl/ |
D | blowfish.h | 50 OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
|
/third_party/openssl/crypto/bf/ |
D | bf_skey.c | 22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data) in BF_set_key() function
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 241 BF_set_key(&blowfish, 16, hardcoded_key); in run_crypto_blowfish()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1175 BF_encrypt(), BF_decrypt(), BF_set_key(), BF_cbc_encrypt(), BF_cfb64_encrypt(),
|
/third_party/openssl/util/ |
D | libcrypto.num | 100 BF_set_key 102 3_0_0 EXIST::FUNCTION:BF,DEPRECATEDIN_3_0
|