Searched defs:setkey (Results 1 - 7 of 7) 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
H A Dcipher.c23 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) function
H A Ddigest.c120 static int setkey(struct crypto_hash *hash, const u8 *key, unsigned int keylen) function
H A Dblkcipher.c339 static int setkey(struct crypto_tfm *tfm, const u8 *key, function
H A Dlrw.c51 static int setkey(struct crypto_tfm *parent, const u8 *key, function
/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/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

Completed in 56 milliseconds