Searched refs:__crt_alg (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcompress.c25 return tfm->__crt_alg->cra_compress.coa_compress(tfm, src, slen, dst,
33 return tfm->__crt_alg->cra_compress.coa_decompress(tfm, src, slen, dst,
H A Ddigest.c30 tfm->__crt_alg->cra_digest.dia_init(tfm);
63 tfm->__crt_alg->cra_digest.dia_update(tfm, p,
69 tfm->__crt_alg->cra_digest.dia_update(tfm, p,
98 struct digest_alg *digest = &tfm->__crt_alg->cra_digest;
104 ALIGN(tfm->__crt_alg->cra_ctxsize, align);
125 return tfm->__crt_alg->cra_digest.dia_setkey(tfm, key, keylen);
142 struct digest_alg *dalg = &tfm->__crt_alg->cra_digest;
H A Dcipher.c25 struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher;
54 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher;
68 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher;
81 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher;
H A Dhash.c28 struct hash_alg *alg = &tfm->__crt_alg->cra_hash;
H A Dablkcipher.c44 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher;
H A Dapi.c219 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type;
244 const struct crypto_type *type = tfm->__crt_alg->cra_type;
320 tfm->__crt_alg = alg;
413 alg = tfm->__crt_alg;
H A Dblkcipher.c342 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher;
361 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
375 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
404 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
417 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
427 addr += ALIGN(tfm->__crt_alg->cra_ctxsize, align);
435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
H A Decb.c99 struct crypto_instance *inst = (void *)tfm->__crt_alg;
H A Dhmac.c176 struct crypto_instance *inst = (void *)tfm->__crt_alg;
H A Dlrw.c205 struct crypto_instance *inst = (void *)tfm->__crt_alg;
H A Dcbc.c243 struct crypto_instance *inst = (void *)tfm->__crt_alg;
H A Dpcbc.c247 struct crypto_instance *inst = (void *)tfm->__crt_alg;
H A Dxcbc.c260 struct crypto_instance *inst = (void *)tfm->__crt_alg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h144 return container_of(tfm->__crt_alg, struct crypto_instance, alg);
155 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher;
193 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h363 struct crypto_alg *__crt_alg; member in struct:crypto_tfm
419 return tfm->__crt_alg->cra_name;
424 return tfm->__crt_alg->cra_driver_name;
429 return tfm->__crt_alg->cra_priority;
434 return module_name(tfm->__crt_alg->cra_module);
439 return tfm->__crt_alg->cra_flags & CRYPTO_ALG_TYPE_MASK;
444 return tfm->__crt_alg->cra_blocksize;
449 return tfm->__crt_alg->cra_alignmask;
699 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-sha.c163 const char *fallback_driver_name = tfm->__crt_alg->cra_name;

Completed in 71 milliseconds