Home
last modified time | relevance | path

Searched refs:BF_set_key (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/
H A 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/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish_hw.c23 BF_set_key(&bctx->ks.ks, keylen, key); in cipher_hw_blowfish_initkey()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_bf.c45 BF_set_key(&data(ctx)->ks, len, key); in bf_init_key()
/third_party/openssl/crypto/evp/
H A De_bf.c45 BF_set_key(&data(ctx)->ks, len, key); in bf_init_key()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish_hw.c23 BF_set_key(&bctx->ks.ks, keylen, key); in cipher_hw_blowfish_initkey()
/third_party/openssl/ohos_lite/include/openssl/
H A Dblowfish.h39 void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dblowfish.h50 OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_skey.c22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data) in BF_set_key() function
/third_party/openssl/crypto/bf/
H A Dbf_skey.c22 void BF_set_key(BF_KEY *key, int len, const unsigned char *data) in BF_set_key() function
/third_party/openssl/include/openssl/
H A Dblowfish.h50 OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len,
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c39 * the comments in BF_set_key() below and to the included crypt(3) man page.
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/ffmpeg/tools/
H A Dcrypto_bench.c241 BF_set_key(&blowfish, 16, hardcoded_key); in run_crypto_blowfish()

Completed in 6 milliseconds