Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 25) sorted by relevance

/crypto/
Dapi.c56 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
106 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
232 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
256 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
300 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
617 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg()
Dfips140_gen_hmac.c45 static int get_section_idx(const char *name) in get_section_idx()
75 static int update_rela_ref(const char *name) in update_rela_ref()
Dalgapi.c357 void crypto_alg_tested(const char *name, int err) in crypto_alg_tested()
600 static struct crypto_template *__crypto_lookup_template(const char *name) in __crypto_lookup_template()
619 struct crypto_template *crypto_lookup_template(const char *name) in crypto_lookup_template()
696 const char *name, u32 type, u32 mask) in crypto_grab_spawn()
897 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname()
1065 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg()
Dfips140-module.c83 const char *name; member
153 bool fips140_is_approved_service(const char *name) in fips140_is_approved_service()
Dblake2b_generic.c136 #define BLAKE2B_ALG(name, driver_name, digest_size) \ argument
Dpcrypt.c311 static int pcrypt_sysfs_add(struct padata_instance *pinst, const char *name) in pcrypt_sysfs_add()
323 static int pcrypt_init_padata(struct padata_instance **pinst, const char *name) in pcrypt_init_padata()
Dakcipher.c95 const char *name, u32 type, u32 mask) in crypto_grab_akcipher()
Drsa-pkcs1pad.c65 const char *name; member
81 static const struct rsa_asn1_template *rsa_lookup_asn1(const char *name) in rsa_lookup_asn1()
Dalgboss.c77 const char *name = larval->alg.cra_name; in cryptomgr_schedule_probe() local
Daead.c207 const char *name, u32 type, u32 mask) in crypto_grab_aead()
Dalgif_rng.c202 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
Dalgif_skcipher.c293 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
Dxts.c31 char name[CRYPTO_MAX_ALG_NAME]; member
Dcrypto_user_base.c338 const char *name; in crypto_add_alg() local
Dalgif_hash.c394 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dalgif_aead.c467 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
Dtestmgr.c287 const char *name; member
990 char *name, size_t max_namelen) in generate_random_testvec_config()
1594 char *name, size_t max_namelen) in generate_random_hash_testvec()
2262 char *name, size_t max_namelen, in generate_random_aead_testvec()
2899 char *name, size_t max_namelen) in generate_random_cipher_testvec()
Dahash.c548 const char *name, u32 type, u32 mask) in crypto_grab_ahash()
Dshash.c510 const char *name, u32 type, u32 mask) in crypto_grab_shash()
Dchacha20poly1305.c556 const char *name, unsigned int ivsize) in chachapoly_create()
Dskcipher.c746 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
Daf_alg.c40 static const struct af_alg_type *alg_get_type(const char *name) in alg_get_type()
Dtcrypt.c1644 const char **name = check; in test_available() local
/crypto/asymmetric_keys/
Dasym_tpm.c598 const char *name; member
614 static const struct asn1_template *lookup_asn1(const char *name) in lookup_asn1()
Dx509_cert_parser.c368 const void *name, *data = (const void *)ctx->data; in x509_fabricate_name() local