Lines Matching refs:skcipher
710 crypto_alg = container_of(alg, struct aspeed_hace_alg, alg.skcipher.base); in aspeed_crypto_cra_init()
741 .alg.skcipher.base = {
762 .alg.skcipher.op = {
767 .alg.skcipher.base = {
789 .alg.skcipher.op = {
794 .alg.skcipher.base = {
816 .alg.skcipher.op = {
821 .alg.skcipher.base = {
843 .alg.skcipher.op = {
848 .alg.skcipher.base = {
869 .alg.skcipher.op = {
874 .alg.skcipher.base = {
896 .alg.skcipher.op = {
901 .alg.skcipher.base = {
923 .alg.skcipher.op = {
928 .alg.skcipher.base = {
950 .alg.skcipher.op = {
955 .alg.skcipher.base = {
976 .alg.skcipher.op = {
981 .alg.skcipher.base = {
1003 .alg.skcipher.op = {
1008 .alg.skcipher.base = {
1030 .alg.skcipher.op = {
1035 .alg.skcipher.base = {
1057 .alg.skcipher.op = {
1065 .alg.skcipher.base = {
1086 .alg.skcipher.op = {
1091 .alg.skcipher.base = {
1112 .alg.skcipher.op = {
1117 .alg.skcipher.base = {
1138 .alg.skcipher.op = {
1150 crypto_engine_unregister_skcipher(&aspeed_crypto_algs[i].alg.skcipher); in aspeed_unregister_hace_crypto_algs()
1156 crypto_engine_unregister_skcipher(&aspeed_crypto_algs_g6[i].alg.skcipher); in aspeed_unregister_hace_crypto_algs()
1167 rc = crypto_engine_register_skcipher(&aspeed_crypto_algs[i].alg.skcipher); in aspeed_register_hace_crypto_algs()
1170 aspeed_crypto_algs[i].alg.skcipher.base.base.cra_name); in aspeed_register_hace_crypto_algs()
1179 rc = crypto_engine_register_skcipher(&aspeed_crypto_algs_g6[i].alg.skcipher); in aspeed_register_hace_crypto_algs()
1182 aspeed_crypto_algs_g6[i].alg.skcipher.base.base.cra_name); in aspeed_register_hace_crypto_algs()