/linux/include/crypto/internal/ |
A D | hash.h | 92 static inline void crypto_drop_ahash(struct crypto_ahash_spawn *spawn) in crypto_drop_ahash() 98 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash_alg() 115 static inline void crypto_drop_shash(struct crypto_shash_spawn *spawn) in crypto_drop_shash() 121 struct crypto_shash_spawn *spawn) in crypto_spawn_shash_alg() 183 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash() 229 struct crypto_shash_spawn *spawn) in crypto_spawn_shash()
|
A D | cipher.h | 183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() 193 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() 199 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg() 205 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher()
|
A D | akcipher.h | 86 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher() 91 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher() 97 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher_alg()
|
A D | skcipher.h | 96 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() 102 struct crypto_skcipher_spawn *spawn) in crypto_skcipher_spawn_alg() 108 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg() 114 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher() 217 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
|
A D | aead.h | 88 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead() 94 struct crypto_aead_spawn *spawn) in crypto_spawn_aead_alg() 100 struct crypto_aead_spawn *spawn) in crypto_spawn_aead()
|
/linux/crypto/ |
A D | algapi.c | 94 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 143 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 606 struct crypto_spawn *spawn; in crypto_register_instance() local 673 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn() 708 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() 723 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg() 748 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() 774 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
|
A D | ctr.c | 221 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_init_tfm() local 251 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_free() local 262 struct crypto_skcipher_spawn *spawn; in crypto_rfc3686_create() local
|
A D | cmac.c | 205 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm() local 226 struct crypto_cipher_spawn *spawn; in cmac_create() local
|
A D | xcbc.c | 171 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local 192 struct crypto_cipher_spawn *spawn; in xcbc_create() local
|
A D | hmac.c | 145 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); in hmac_init_tfm() local 168 struct crypto_shash_spawn *spawn; in hmac_create() local
|
A D | cryptd.c | 46 struct crypto_spawn spawn; member 51 struct crypto_skcipher_spawn spawn; member 56 struct crypto_shash_spawn spawn; member 339 struct crypto_skcipher_spawn *spawn = &ictx->spawn; in cryptd_skcipher_init_tfm() local 429 struct crypto_shash_spawn *spawn = &ictx->spawn; in cryptd_hash_init_tfm() local 792 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; in cryptd_aead_init_tfm() local
|
A D | lrw.c | 268 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in lrw_init_tfm() local 301 struct crypto_skcipher_spawn *spawn; in lrw_create() local
|
A D | cts.c | 286 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_cts_init_tfm() local 326 struct crypto_skcipher_spawn *spawn; in crypto_cts_create() local
|
A D | ccm.c | 671 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local 711 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local 845 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local 866 struct crypto_cipher_spawn *spawn; in cbcmac_create() local
|
A D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
A D | akcipher.c | 93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher()
|
A D | skcipher.c | 744 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() 888 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local 934 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local
|
A D | rsa-pkcs1pad.c | 97 struct crypto_akcipher_spawn spawn; member 592 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
|
A D | gcm.c | 792 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4106_init_tfm() local 832 struct crypto_aead_spawn *spawn; in crypto_rfc4106_create() local 991 struct crypto_aead_spawn *spawn = &ictx->aead; in crypto_rfc4543_init_tfm() local
|
A D | aead.c | 205 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead()
|
A D | vmac.c | 600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm() local 622 struct crypto_cipher_spawn *spawn; in vmac_create() local
|
A D | pcrypt.c | 25 struct crypto_aead_spawn spawn; member
|
A D | xts.c | 30 struct crypto_skcipher_spawn spawn; member
|
A D | ahash.c | 546 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash()
|
/linux/tools/perf/arch/x86/tests/ |
A D | intel-cqm.c | 16 static pid_t spawn(void) in spawn() function
|