Searched defs:ctx (Results 226 - 250 of 2745) sorted by path

1234567891011>>

/linux-master/crypto/
H A Daf_alg.c607 struct af_alg_ctx *ctx = ask->private; local
648 const struct af_alg_ctx *ctx = ask->private; local
705 struct af_alg_ctx *ctx = ask->private; local
773 struct af_alg_ctx *ctx = ask->private; local
867 struct af_alg_ctx *ctx = ask->private; local
905 struct af_alg_ctx *ctx = ask->private; local
942 struct af_alg_ctx *ctx = ask->private; local
1119 struct af_alg_ctx *ctx; local
1169 struct af_alg_ctx *ctx = ask->private; local
1195 struct af_alg_ctx *ctx = alg_sk(sk)->private; local
1237 struct af_alg_ctx *ctx = ask->private; local
[all...]
H A Dahash.c124 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); local
133 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); local
H A Dakcipher.c284 struct crypto_akcipher **ctx = crypto_tfm_ctx(tfm); local
291 struct crypto_akcipher **ctx = crypto_tfm_ctx(tfm); local
H A Dalgif_aead.c49 struct af_alg_ctx *ctx = ask->private; local
95 struct af_alg_ctx *ctx = ask->private; local
510 struct af_alg_ctx *ctx = ask->private; local
525 struct af_alg_ctx *ctx; local
[all...]
H A Dalgif_hash.c32 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx) argument
50 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx) argument
68 struct hash_ctx *ctx = ask->private; local
184 struct hash_ctx *ctx = ask->private; local
231 struct hash_ctx *ctx = ask->private; local
405 struct hash_ctx *ctx = ask->private; local
416 struct hash_ctx *ctx; local
[all...]
H A Dalgif_rng.c66 static void rng_reset_addtl(struct rng_ctx *ctx) argument
112 struct rng_ctx *ctx = ask->private; local
122 struct rng_ctx *ctx = ask->private; local
137 struct rng_ctx *ctx = ask->private; local
233 struct rng_ctx *ctx = ask->private; local
242 struct rng_ctx *ctx; local
[all...]
H A Dalgif_skcipher.c54 struct af_alg_ctx *ctx; local
103 struct af_alg_ctx *ctx = ask->private; local
361 struct af_alg_ctx *ctx = ask->private; local
376 struct af_alg_ctx *ctx; local
[all...]
H A Dansi_cprng.c81 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test) argument
181 get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, int do_cont_test) argument
271 free_prng_context(struct prng_context *ctx) argument
276 reset_prng_context(struct prng_context *ctx, const unsigned char *key, size_t klen, const unsigned char *V, const unsigned char *DT) argument
322 struct prng_context *ctx = crypto_tfm_ctx(tfm); local
[all...]
H A Danubis.c465 struct anubis_ctx *ctx = crypto_tfm_ctx(tfm); local
662 struct anubis_ctx *ctx = crypto_tfm_ctx(tfm); local
668 struct anubis_ctx *ctx = crypto_tfm_ctx(tfm); local
[all...]
H A Darc4.c22 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); local
30 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); local
H A Daria_generic.c27 static void aria_set_encrypt_key(struct aria_ctx *ctx, const u8 *in_key, argument
150 aria_set_decrypt_key(struct aria_ctx *ctx) argument
176 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); local
195 __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, u32 key[][ARIA_RD_KEY_WORDS]) argument
252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; local
260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; local
268 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); local
275 struct aria_ctx *ctx = crypto_tfm_ctx(tfm); local
[all...]
H A Dauthenc.c87 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
136 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
176 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
192 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
230 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
278 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); local
303 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(tfm); local
348 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(tfm); local
357 struct authenc_instance_ctx *ctx = aead_instance_ctx(inst); local
369 struct authenc_instance_ctx *ctx; local
[all...]
H A Dauthencesn.c61 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); local
120 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); local
164 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); local
179 struct crypto_authenc_esn_ctx *ctx local
219 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); local
266 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); local
317 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(tfm); local
364 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(tfm); local
373 struct authenc_esn_instance_ctx *ctx = aead_instance_ctx(inst); local
385 struct authenc_esn_instance_ctx *ctx; local
[all...]
H A Dblowfish_common.c347 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); local
H A Dblowfish_generic.c39 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); local
71 struct bf_ctx *ctx = crypto_tfm_ctx(tfm); local
H A Dcast6_generic.c172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
H A Dcbc.c56 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); local
125 struct crypto_lskcipher **ctx = crypto_lskcipher_ctx(tfm); local
H A Dccm.c91 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); local
174 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); local
289 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); local
348 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); local
397 struct crypto_ccm_ctx *ctx local
431 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(tfm); local
439 struct ccm_instance_ctx *ctx = aead_instance_ctx(inst); local
570 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); local
588 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); local
607 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(aead); local
670 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); local
693 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); local
779 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); local
786 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
800 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
825 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
841 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); local
854 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); local
[all...]
H A Dchacha20poly1305.c86 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
125 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
172 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); local
201 struct chachapoly_ctx *ctx local
230 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
260 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
289 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
313 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
339 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
363 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); local
401 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); local
477 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); local
504 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); local
540 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); local
548 struct chachapoly_instance_ctx *ctx = aead_instance_ctx(inst); local
560 struct chachapoly_instance_ctx *ctx; local
[all...]
H A Dchacha_generic.c43 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
51 struct chacha_ctx *ctx = crypto_skcipher_ctx(tfm); local
15 chacha_stream_xor(struct skcipher_request *req, const struct chacha_ctx *ctx, const u8 *iv) argument
H A Dcmac.c53 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); local
105 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
120 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
165 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); local
197 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); local
214 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); local
228 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); local
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dmscode_parser.c23 struct pefile_context *ctx = _ctx; local
72 struct pefile_context *ctx = context; local
120 struct pefile_context *ctx = context; local
[all...]
H A Dpkcs7_parser.c117 struct pkcs7_parse_context *ctx; local
208 struct pkcs7_parse_context *ctx = context; local
227 struct pkcs7_parse_context *ctx = context; local
277 struct pkcs7_parse_context *ctx = context; local
318 struct pkcs7_parse_context *ctx = context; local
335 struct pkcs7_parse_context *ctx = context; local
369 struct pkcs7_parse_context *ctx = context; local
412 struct pkcs7_parse_context *ctx = context; local
452 struct pkcs7_parse_context *ctx = context; local
470 struct pkcs7_parse_context *ctx = context; local
490 struct pkcs7_parse_context *ctx = context; local
507 struct pkcs7_parse_context *ctx = context; local
590 struct pkcs7_parse_context *ctx = context; local
618 struct pkcs7_parse_context *ctx = context; local
631 struct pkcs7_parse_context *ctx = context; local
644 struct pkcs7_parse_context *ctx = context; local
660 struct pkcs7_parse_context *ctx = context; local
677 struct pkcs7_parse_context *ctx = context; local
[all...]
H A Dverify_pefile.c22 pefile_parse_binary(const void *pebuf, unsigned int pelen, struct pefile_context *ctx) argument
122 pefile_strip_sig_wrapper(const void *pebuf, struct pefile_context *ctx) argument
245 pefile_digest_pe_contents(const void *pebuf, unsigned int pelen, struct pefile_context *ctx, struct shash_desc *desc) argument
322 pefile_digest_pe(const void *pebuf, unsigned int pelen, struct pefile_context *ctx) argument
424 struct pefile_context ctx; local
[all...]
H A Dx509_cert_parser.c64 struct x509_parse_context *ctx; local
157 struct x509_parse_context *ctx = context; local
177 struct x509_parse_context *ctx = context; local
193 struct x509_parse_context *ctx = context; local
307 struct x509_parse_context *ctx = context; local
346 struct x509_parse_context *ctx = context; local
359 struct x509_parse_context *ctx = context; local
384 x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, unsigned char tag, char **_name, size_t vlen) argument
463 struct x509_parse_context *ctx = context; local
483 struct x509_parse_context *ctx = context; local
496 struct x509_parse_context *ctx = context; local
517 struct x509_parse_context *ctx = context; local
575 struct x509_parse_context *ctx = context; local
759 struct x509_parse_context *ctx = context; local
767 struct x509_parse_context *ctx = context; local
778 struct x509_parse_context *ctx = context; local
801 struct x509_parse_context *ctx = context; local
817 struct x509_parse_context *ctx = context; local
[all...]

Completed in 254 milliseconds

1234567891011>>