Searched refs:setkey (Results 51 - 57 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dpcrypt.c373 inst->alg.cra_aead.setkey = pcrypt_aead_setkey;
H A Dauthenc.c675 inst->alg.cra_aead.setkey = crypto_authenc_setkey;
H A Dvmac.c640 inst->alg.setkey = vmac_setkey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Domap-sham.c946 .setkey = omap_sham_setkey,
970 .setkey = omap_sham_setkey,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1142 .setkey = crypto4xx_setkey_aes_cbc,

Completed in 122 milliseconds

123