Home
last modified time | relevance | path

Searched refs:crypto_type (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dinternal.h70 const struct crypto_type *frontend, int node);
73 const struct crypto_type *frontend) in crypto_create_tfm()
79 const struct crypto_type *frontend,
83 const struct crypto_type *frontend, u32 type, u32 mask,
87 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
96 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
H A Dapi.c296 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops()
305 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops()
313 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize()
437 const struct crypto_type *frontend, in crypto_create_tfm_node()
480 const struct crypto_type *frontend, in crypto_find_alg()
518 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
H A Dacompress.c24 static const struct crypto_type crypto_acomp_type;
92 static const struct crypto_type crypto_acomp_type = {
H A Dscompress.c37 static const struct crypto_type crypto_scomp_type;
244 static const struct crypto_type crypto_scomp_type = {
H A Dkpp.c71 static const struct crypto_type crypto_kpp_type = {
H A Dakcipher.c79 static const struct crypto_type crypto_akcipher_type = {
H A Drng.c97 static const struct crypto_type crypto_rng_type = {
H A Dahash.c25 static const struct crypto_type crypto_ahash_type;
532 static const struct crypto_type crypto_ahash_type = {
H A Dshash.c21 static const struct crypto_type crypto_shash_type;
494 static const struct crypto_type crypto_shash_type = {
H A Daead.c191 static const struct crypto_type crypto_aead_type = {
H A Dskcipher.c736 static const struct crypto_type crypto_skcipher_type = {
H A Dalgapi.c1054 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c328 int crypto_type; member
1095 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()
1105 switch (ctx->crypto_type) { in artpec6_crypto_encrypt()
1140 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()
1151 switch (ctx->crypto_type) { in artpec6_crypto_decrypt()
1538 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB; in artpec6_crypto_aes_ecb_init()
1554 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR; in artpec6_crypto_aes_ctr_init()
1564 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC; in artpec6_crypto_aes_cbc_init()
1574 ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS; in artpec6_crypto_aes_xts_init()
1697 if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) in artpec6_crypto_prepare_crypto()
[all …]
/OK3568_Linux_fs/kernel/include/crypto/
H A Dalgapi.h31 struct crypto_type { struct
80 const struct crypto_type *frontend;
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h168 struct crypto_type;
484 const struct crypto_type *cra_type;
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c41 extern const struct crypto_type crypto_givcipher_type;