Searched refs:setkey (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dablkcipher.c22 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key, function
32 return cipher->setkey(tfm, key, keylen);
50 crt->setkey = setkey;
H A Dhash.c37 crt->setkey = alg->setkey;
H A Ddigest.c120 static int setkey(struct crypto_hash *hash, const u8 *key, unsigned int keylen) function
151 ops->setkey = dalg->dia_setkey ? setkey : nosetkey;
H A Dcipher.c23 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) function
83 ops->cit_setkey = setkey;
H A Dblkcipher.c339 static int setkey(struct crypto_tfm *tfm, const u8 *key, function
349 return cipher->setkey(tfm, key, keylen);
355 return setkey(crypto_ablkcipher_tfm(tfm), key, keylen);
406 crt->setkey = async_setkey;
421 crt->setkey = setkey;
H A Dlrw.c51 static int setkey(struct crypto_tfm *parent, const u8 *key, function
271 inst->alg.cra_blkcipher.setkey = setkey;
H A Decb.c151 inst->alg.cra_blkcipher.setkey = crypto_ecb_setkey;
H A Dcryptd.c250 inst->alg.cra_ablkcipher.setkey = cryptd_blkcipher_setkey;
H A Dhmac.c242 inst->alg.cra_hash.setkey = hmac_setkey;
H A Dcbc.c314 inst->alg.cra_blkcipher.setkey = crypto_cbc_setkey;
H A Dpcbc.c318 inst->alg.cra_blkcipher.setkey = crypto_pcbc_setkey;
H A Dxcbc.c336 inst->alg.cra_hash.setkey = crypto_xcbc_digest_setkey;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c182 .setkey = des_setkey,
226 .setkey = des_setkey,
339 .setkey = des3_128_setkey,
384 .setkey = des3_128_setkey,
501 .setkey = des3_192_setkey,
546 .setkey = des3_192_setkey,
H A Daes_s390.c221 .setkey = ecb_aes_set_key,
317 .setkey = cbc_aes_set_key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppcrypt.c75 * Note that the low-order "bit" is always ignored by by setkey()
122 setkey((const char *)crypt_key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h148 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_alg
161 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_alg
201 int (*setkey)(struct crypto_hash *tfm, const u8 *key, member in struct:hash_alg
279 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key, member in struct:ablkcipher_tfm
289 int (*setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:blkcipher_tfm
331 int (*setkey)(struct crypto_hash *tfm, const u8 *key, member in struct:hash_tfm
563 return crypto_ablkcipher_crt(tfm)->setkey(tfm, key, keylen);
739 return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm),
985 return crypto_hash_crt(hash)->setkey(hash, key, keylen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h89 gcry_cipher_setkey_t setkey; member in struct:gcry_cipher_spec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dgeode-aes.c294 .setkey = geode_setkey,
371 .setkey = geode_setkey,
H A Dpadlock-aes.c535 .setkey = aes_set_key,
604 .setkey = aes_set_key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c306 if (! cipher_table[i].cipher->setkey)
307 cipher_table[i].cipher->setkey = dummy_setkey;
898 ret = (*c->cipher->setkey) (&c->context.c, key, keylen);

Completed in 146 milliseconds