Symbol: skcipher_crypto_instance
crypto/adiantum.c
591
skcipher_crypto_instance(inst),
crypto/adiantum.c
600
skcipher_crypto_instance(inst),
crypto/cryptd.c
400
err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst),
crypto/cryptd.c
406
err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base);
crypto/ctr.c
276
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
crypto/cts.c
342
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
crypto/cts.c
356
err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts",
crypto/essiv.c
480
inst = skcipher_crypto_instance(skcipher_inst);
crypto/hctr2.c
348
skcipher_crypto_instance(inst),
crypto/hctr2.c
367
skcipher_crypto_instance(inst),
crypto/lrw.c
323
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
crypto/lrw.c
332
skcipher_crypto_instance(inst),
crypto/lrw.c
348
err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw",
crypto/skcipher.c
774
return crypto_register_instance(tmpl, skcipher_crypto_instance(inst));
crypto/skcipher.c
851
err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst),
crypto/skcipher.c
857
err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name,
crypto/xts.c
364
err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst),
crypto/xts.c
373
skcipher_crypto_instance(inst),
crypto/xts.c
389
err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts",
crypto/xts.c
421
skcipher_crypto_instance(inst), name, 0, mask);
include/crypto/internal/skcipher.h
126
return crypto_instance_ctx(skcipher_crypto_instance(inst));