Home
last modified time | relevance | path

Searched refs:__crt_alg (Results 1 – 5 of 5) sorted by relevance

/include/crypto/
Drng.h45 return &crypto_rng_tfm(tfm)->__crt_alg->cra_rng; in crypto_rng_alg()
Dalgapi.h218 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
229 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher; in crypto_ablkcipher_alg()
244 return &crypto_aead_tfm(tfm)->__crt_alg->cra_aead; in crypto_aead_alg()
288 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; in crypto_cipher_alg()
Dcompress.h96 return __crypto_pcomp_alg(crypto_pcomp_tfm(tfm)->__crt_alg); in crypto_pcomp_alg()
Dhash.h138 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); in crypto_hash_alg_common()
289 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/include/linux/
Dcrypto.h429 struct crypto_alg *__crt_alg; member
507 return tfm->__crt_alg->cra_name; in crypto_tfm_alg_name()
512 return tfm->__crt_alg->cra_driver_name; in crypto_tfm_alg_driver_name()
517 return tfm->__crt_alg->cra_priority; in crypto_tfm_alg_priority()
522 return tfm->__crt_alg->cra_flags & CRYPTO_ALG_TYPE_MASK; in crypto_tfm_alg_type()
527 return tfm->__crt_alg->cra_blocksize; in crypto_tfm_alg_blocksize()
532 return tfm->__crt_alg->cra_alignmask; in crypto_tfm_alg_alignmask()
928 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; in crypto_blkcipher_alg()