Searched refs:crypto_aead_type (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Daead.c127 const struct crypto_type crypto_aead_type = { variable in typeref:struct:crypto_type
134 EXPORT_SYMBOL_GPL(crypto_aead_type); variable
285 inst->alg.cra_type = &crypto_aead_type;
420 if (alg->cra_type == &crypto_aead_type)
432 if (alg->cra_type == &crypto_aead_type) {
H A Dpcrypt.c362 inst->alg.cra_type = &crypto_aead_type;
H A Dauthenc.c665 inst->alg.cra_type = &crypto_aead_type;
H A Dccm.c548 inst->alg.cra_type = &crypto_aead_type;
H A Dgcm.c762 inst->alg.cra_type = &crypto_aead_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h124 extern const struct crypto_type crypto_aead_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c1909 .cra_type = &crypto_aead_type,
1935 .cra_type = &crypto_aead_type,
1962 .cra_type = &crypto_aead_type,
1988 .cra_type = &crypto_aead_type,
2015 .cra_type = &crypto_aead_type,
2041 .cra_type = &crypto_aead_type,
H A Dixp4xx_crypto.c1462 cra->cra_type = &crypto_aead_type;

Completed in 92 milliseconds