Home
last modified time | relevance | path

Searched refs:ablkcipher (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/Documentation/DocBook/
Dcrypto-API.xml.db3 API-struct-ablkcipher-alg
8 API-crypto-alloc-ablkcipher
9 API-crypto-free-ablkcipher
10 API-crypto-has-ablkcipher
11 API-crypto-ablkcipher-ivsize
12 API-crypto-ablkcipher-blocksize
13 API-crypto-ablkcipher-setkey
14 API-crypto-ablkcipher-reqtfm
15 API-crypto-ablkcipher-encrypt
16 API-crypto-ablkcipher-decrypt
[all …]
/linux-4.4.14/crypto/
Dskcipher.c130 struct crypto_ablkcipher *ablkcipher = *ctx; in skcipher_setkey_ablkcipher() local
133 crypto_ablkcipher_clear_flags(ablkcipher, ~0); in skcipher_setkey_ablkcipher()
134 crypto_ablkcipher_set_flags(ablkcipher, in skcipher_setkey_ablkcipher()
137 err = crypto_ablkcipher_setkey(ablkcipher, key, keylen); in skcipher_setkey_ablkcipher()
139 crypto_ablkcipher_get_flags(ablkcipher) & in skcipher_setkey_ablkcipher()
191 struct crypto_ablkcipher *ablkcipher; in crypto_init_skcipher_ops_ablkcipher() local
203 ablkcipher = __crypto_ablkcipher_cast(abtfm); in crypto_init_skcipher_ops_ablkcipher()
204 *ctx = ablkcipher; in crypto_init_skcipher_ops_ablkcipher()
211 skcipher->ivsize = crypto_ablkcipher_ivsize(ablkcipher); in crypto_init_skcipher_ops_ablkcipher()
212 skcipher->reqsize = crypto_ablkcipher_reqsize(ablkcipher) + in crypto_init_skcipher_ops_ablkcipher()
Dablkcipher.c417 struct ablkcipher_alg *ablkcipher = &alg->cra_ablkcipher; in crypto_ablkcipher_show() local
423 seq_printf(m, "min keysize : %u\n", ablkcipher->min_keysize); in crypto_ablkcipher_show()
424 seq_printf(m, "max keysize : %u\n", ablkcipher->max_keysize); in crypto_ablkcipher_show()
425 seq_printf(m, "ivsize : %u\n", ablkcipher->ivsize); in crypto_ablkcipher_show()
426 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<default>"); in crypto_ablkcipher_show()
498 struct ablkcipher_alg *ablkcipher = &alg->cra_ablkcipher; in crypto_givcipher_show() local
504 seq_printf(m, "min keysize : %u\n", ablkcipher->min_keysize); in crypto_givcipher_show()
505 seq_printf(m, "max keysize : %u\n", ablkcipher->max_keysize); in crypto_givcipher_show()
506 seq_printf(m, "ivsize : %u\n", ablkcipher->ivsize); in crypto_givcipher_show()
507 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<built-in>"); in crypto_givcipher_show()
DMakefile18 crypto_blkcipher-y := ablkcipher.o
/linux-4.4.14/drivers/crypto/
Datmel-tdes.c932 .cra_u.ablkcipher = {
952 .cra_u.ablkcipher = {
973 .cra_u.ablkcipher = {
994 .cra_u.ablkcipher = {
1015 .cra_u.ablkcipher = {
1036 .cra_u.ablkcipher = {
1057 .cra_u.ablkcipher = {
1078 .cra_u.ablkcipher = {
1098 .cra_u.ablkcipher = {
1119 .cra_u.ablkcipher = {
[all …]
Datmel-aes.c972 .cra_u.ablkcipher = {
992 .cra_u.ablkcipher = {
1013 .cra_u.ablkcipher = {
1034 .cra_u.ablkcipher = {
1055 .cra_u.ablkcipher = {
1076 .cra_u.ablkcipher = {
1097 .cra_u.ablkcipher = {
1118 .cra_u.ablkcipher = {
1141 .cra_u.ablkcipher = {
Dhifn_795x.c2330 struct ablkcipher_alg ablkcipher; member
2339 .ablkcipher = {
2349 .ablkcipher = {
2359 .ablkcipher = {
2370 .ablkcipher = {
2384 .ablkcipher = {
2394 .ablkcipher = {
2404 .ablkcipher = {
2415 .ablkcipher = {
2429 .ablkcipher = {
[all …]
Dn2_core.c1118 struct ablkcipher_alg ablkcipher; member
1128 .ablkcipher = {
1143 .ablkcipher = {
1156 .ablkcipher = {
1170 .ablkcipher = {
1185 .ablkcipher = {
1198 .ablkcipher = {
1212 .ablkcipher = {
1226 .ablkcipher = {
1239 .ablkcipher = {
[all …]
Dixp4xx_crypto.c1197 .cra_u = { .ablkcipher = {
1212 .cra_u = { .ablkcipher = {
1224 .cra_u = { .ablkcipher = {
1238 .cra_u = { .ablkcipher = {
1250 .cra_u = { .ablkcipher = {
1264 .cra_u = { .ablkcipher = {
1276 .cra_u = { .ablkcipher = {
1290 .cra_u = { .ablkcipher = {
Domap-des.c794 .cra_u.ablkcipher = {
816 .cra_u.ablkcipher = {
839 .cra_u.ablkcipher = {
861 .cra_u.ablkcipher = {
Ds5p-sss.c591 .cra_u.ablkcipher = {
612 .cra_u.ablkcipher = {
Domap-aes.c845 .cra_u.ablkcipher = {
867 .cra_u.ablkcipher = {
893 .cra_u.ablkcipher = {
Dmxs-dcp.c795 .ablkcipher = {
818 .ablkcipher = {
Dmv_cesa.c944 .ablkcipher = {
967 .ablkcipher = {
Dsahara.c1222 .cra_u.ablkcipher = {
1242 .cra_u.ablkcipher = {
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c142 .cra_u.ablkcipher = {
164 .cra_u.ablkcipher = {
185 .cra_u.ablkcipher = {
207 .cra_u.ablkcipher = {
/linux-4.4.14/arch/x86/crypto/
Dserpent_avx2_glue.c432 .ablkcipher = {
454 .ablkcipher = {
477 .ablkcipher = {
501 .ablkcipher = {
526 .ablkcipher = {
Dtwofish_avx_glue.c456 .ablkcipher = {
477 .ablkcipher = {
499 .ablkcipher = {
522 .ablkcipher = {
546 .ablkcipher = {
Dcamellia_aesni_avx_glue.c452 .ablkcipher = {
473 .ablkcipher = {
495 .ablkcipher = {
518 .ablkcipher = {
542 .ablkcipher = {
Dserpent_sse2_glue.c505 .ablkcipher = {
526 .ablkcipher = {
548 .ablkcipher = {
571 .ablkcipher = {
595 .ablkcipher = {
Dcast6_avx_glue.c489 .ablkcipher = {
510 .ablkcipher = {
532 .ablkcipher = {
555 .ablkcipher = {
579 .ablkcipher = {
Dserpent_avx_glue.c495 .ablkcipher = {
516 .ablkcipher = {
538 .ablkcipher = {
561 .ablkcipher = {
585 .ablkcipher = {
Dcamellia_aesni_avx2_glue.c460 .ablkcipher = {
481 .ablkcipher = {
503 .ablkcipher = {
526 .ablkcipher = {
550 .ablkcipher = {
Dcast5_avx_glue.c413 .ablkcipher = {
434 .ablkcipher = {
456 .ablkcipher = {
Daesni-intel_glue.c1220 .ablkcipher = {
1241 .ablkcipher = {
1286 .ablkcipher = {
1311 .ablkcipher = {
1377 .ablkcipher = {
1399 .ablkcipher = {
/linux-4.4.14/drivers/crypto/qce/
DMakefile6 ablkcipher.o
Dablkcipher.c64 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in qce_ablkcipher_async_req_handle() local
74 rctx->ivsize = crypto_ablkcipher_ivsize(ablkcipher); in qce_ablkcipher_async_req_handle()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1456 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() argument
1459 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_setkey()
1460 struct ablkcipher_tfm *crt = &ablkcipher->base.crt_ablkcipher; in ablkcipher_setkey()
1461 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablkcipher); in ablkcipher_setkey()
1708 static int xts_ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in xts_ablkcipher_setkey() argument
1711 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in xts_ablkcipher_setkey()
1717 crypto_ablkcipher_set_flags(ablkcipher, in xts_ablkcipher_setkey()
1903 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_unmap() local
1904 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_unmap()
1968 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt_done() local
[all …]
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c475 .ablkcipher = {
527 .ablkcipher = {
597 .ablkcipher = {
653 .ablkcipher = {
737 .ablkcipher = {
788 .ablkcipher = {
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c1123 .ablkcipher = {
1148 .ablkcipher = {
1173 .ablkcipher = {
1199 .ablkcipher = {
1225 .ablkcipher = {
1251 .ablkcipher = {
1276 .ablkcipher = {
1301 .ablkcipher = {
1326 .ablkcipher = {
1351 .ablkcipher = {
/linux-4.4.14/include/linux/
Dcrypto.h361 #define cra_ablkcipher cra_u.ablkcipher
459 struct ablkcipher_alg ablkcipher; member
543 #define crt_ablkcipher crt_u.ablkcipher
554 struct ablkcipher_tfm ablkcipher; member
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c1217 .ablkcipher = {
1239 .ablkcipher = {
1261 .ablkcipher = {
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c1123 .ablkcipher = {