Searched refs:rblkcipher (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/crypto/
H A Dablkcipher.c387 struct crypto_report_blkcipher rblkcipher; crypto_ablkcipher_report() local
389 strncpy(rblkcipher.type, "ablkcipher", sizeof(rblkcipher.type)); crypto_ablkcipher_report()
390 strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "<default>", crypto_ablkcipher_report()
391 sizeof(rblkcipher.geniv)); crypto_ablkcipher_report()
393 rblkcipher.blocksize = alg->cra_blocksize; crypto_ablkcipher_report()
394 rblkcipher.min_keysize = alg->cra_ablkcipher.min_keysize; crypto_ablkcipher_report()
395 rblkcipher.max_keysize = alg->cra_ablkcipher.max_keysize; crypto_ablkcipher_report()
396 rblkcipher.ivsize = alg->cra_ablkcipher.ivsize; crypto_ablkcipher_report()
399 sizeof(struct crypto_report_blkcipher), &rblkcipher)) crypto_ablkcipher_report()
468 struct crypto_report_blkcipher rblkcipher; crypto_givcipher_report() local
470 strncpy(rblkcipher.type, "givcipher", sizeof(rblkcipher.type)); crypto_givcipher_report()
471 strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "<built-in>", crypto_givcipher_report()
472 sizeof(rblkcipher.geniv)); crypto_givcipher_report()
474 rblkcipher.blocksize = alg->cra_blocksize; crypto_givcipher_report()
475 rblkcipher.min_keysize = alg->cra_ablkcipher.min_keysize; crypto_givcipher_report()
476 rblkcipher.max_keysize = alg->cra_ablkcipher.max_keysize; crypto_givcipher_report()
477 rblkcipher.ivsize = alg->cra_ablkcipher.ivsize; crypto_givcipher_report()
480 sizeof(struct crypto_report_blkcipher), &rblkcipher)) crypto_givcipher_report()
H A Dblkcipher.c514 struct crypto_report_blkcipher rblkcipher; crypto_blkcipher_report() local
516 strncpy(rblkcipher.type, "blkcipher", sizeof(rblkcipher.type)); crypto_blkcipher_report()
517 strncpy(rblkcipher.geniv, alg->cra_blkcipher.geniv ?: "<default>", crypto_blkcipher_report()
518 sizeof(rblkcipher.geniv)); crypto_blkcipher_report()
520 rblkcipher.blocksize = alg->cra_blocksize; crypto_blkcipher_report()
521 rblkcipher.min_keysize = alg->cra_blkcipher.min_keysize; crypto_blkcipher_report()
522 rblkcipher.max_keysize = alg->cra_blkcipher.max_keysize; crypto_blkcipher_report()
523 rblkcipher.ivsize = alg->cra_blkcipher.ivsize; crypto_blkcipher_report()
526 sizeof(struct crypto_report_blkcipher), &rblkcipher)) crypto_blkcipher_report()

Completed in 73 milliseconds