Searched refs:k5 (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
H A D | ar-key.c | 451 token->k5 = rxk5; rxrpc_preparse_xdr_rxk5() 799 if (token->k5) rxrpc_free_token_list() 800 rxrpc_rxk5_free(token->k5); rxrpc_free_token_list() 1084 princ = &token->k5->client; rxrpc_read() 1090 princ = &token->k5->server; rxrpc_read() 1096 toksize += 8 + RND(token->k5->session.data_len); rxrpc_read() 1100 toksize += 4 + token->k5->n_addresses * 8; rxrpc_read() 1101 for (loop = 0; loop < token->k5->n_addresses; loop++) rxrpc_read() 1102 toksize += RND(token->k5->addresses[loop].data_len); rxrpc_read() 1104 toksize += 4 + RND(token->k5->ticket_len); rxrpc_read() 1105 toksize += 4 + RND(token->k5->ticket2_len); rxrpc_read() 1107 toksize += 4 + token->k5->n_authdata * 8; rxrpc_read() 1108 for (loop = 0; loop < token->k5->n_authdata; loop++) rxrpc_read() 1109 toksize += RND(token->k5->authdata[loop].data_len); rxrpc_read() 1184 princ = &token->k5->client; rxrpc_read() 1190 princ = &token->k5->server; rxrpc_read() 1196 ENCODE(token->k5->session.tag); rxrpc_read() 1197 ENCODE_DATA(token->k5->session.data_len, rxrpc_read() 1198 token->k5->session.data); rxrpc_read() 1200 ENCODE64(token->k5->authtime); rxrpc_read() 1201 ENCODE64(token->k5->starttime); rxrpc_read() 1202 ENCODE64(token->k5->endtime); rxrpc_read() 1203 ENCODE64(token->k5->renew_till); rxrpc_read() 1204 ENCODE(token->k5->is_skey); rxrpc_read() 1205 ENCODE(token->k5->flags); rxrpc_read() 1207 ENCODE(token->k5->n_addresses); rxrpc_read() 1208 for (loop = 0; loop < token->k5->n_addresses; loop++) { rxrpc_read() 1209 ENCODE(token->k5->addresses[loop].tag); rxrpc_read() 1210 ENCODE_DATA(token->k5->addresses[loop].data_len, rxrpc_read() 1211 token->k5->addresses[loop].data); rxrpc_read() 1214 ENCODE_DATA(token->k5->ticket_len, token->k5->ticket); rxrpc_read() 1215 ENCODE_DATA(token->k5->ticket2_len, token->k5->ticket2); rxrpc_read() 1217 ENCODE(token->k5->n_authdata); rxrpc_read() 1218 for (loop = 0; loop < token->k5->n_authdata; loop++) { rxrpc_read() 1219 ENCODE(token->k5->authdata[loop].tag); rxrpc_read() 1220 ENCODE_DATA(token->k5->authdata[loop].data_len, rxrpc_read() 1221 token->k5->authdata[loop].data); rxrpc_read()
|
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_block.c | 1148 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_encrypt_512() local 1162 b5 += k5 + t0; threefish_encrypt_512() 1215 b4 += b5 + k5; threefish_encrypt_512() 1262 b3 += k5; threefish_encrypt_512() 1315 b2 += b3 + k5; threefish_encrypt_512() 1362 b1 += k5; threefish_encrypt_512() 1415 b0 += b1 + k5; threefish_encrypt_512() 1530 b7 += k5 + 7; threefish_encrypt_512() 1583 b6 += b7 + k5 + t0; threefish_encrypt_512() 1630 b5 += k5 + t0; threefish_encrypt_512() 1683 b4 += b5 + k5; threefish_encrypt_512() 1730 b3 += k5; threefish_encrypt_512() 1783 b2 += b3 + k5; threefish_encrypt_512() 1830 b1 += k5; threefish_encrypt_512() 1883 b0 += b1 + k5; threefish_encrypt_512() 1998 b7 += k5 + 16; threefish_encrypt_512() 2051 b6 += b7 + k5 + t0; threefish_encrypt_512() 2095 output[5] = b5 + k5 + t0; threefish_encrypt_512() 2109 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_decrypt_512() local 2122 b5 -= k5 + t0; threefish_decrypt_512() 2176 b6 -= b7 + k5 + t0; threefish_decrypt_512() 2245 b7 -= k5 + 16; threefish_decrypt_512() 2395 b0 -= b1 + k5; threefish_decrypt_512() 2464 b1 -= k5; threefish_decrypt_512() 2526 b2 -= b3 + k5; threefish_decrypt_512() 2595 b3 -= k5; threefish_decrypt_512() 2657 b4 -= b5 + k5; threefish_decrypt_512() 2726 b5 -= k5 + t0; threefish_decrypt_512() 2788 b6 -= b7 + k5 + t0; threefish_decrypt_512() 2857 b7 -= k5 + 7; threefish_decrypt_512() 3007 b0 -= b1 + k5; threefish_decrypt_512() 3076 b1 -= k5; threefish_decrypt_512() 3138 b2 -= b3 + k5; threefish_decrypt_512() 3207 b3 -= k5; threefish_decrypt_512() 3269 b4 -= b5 + k5; threefish_decrypt_512() 3338 b5 -= k5 + t0; threefish_decrypt_512() 3374 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_encrypt_1024() local 3392 b5 += k5; threefish_encrypt_1024() 3497 b4 += b5 + k5; threefish_encrypt_1024() 3596 b3 += k5; threefish_encrypt_1024() 3701 b2 += b3 + k5; threefish_encrypt_1024() 3800 b1 += k5; threefish_encrypt_1024() 3905 b0 += b1 + k5; threefish_encrypt_1024() 4140 b15 += k5 + 7; threefish_encrypt_1024() 4245 b14 += b15 + k5 + t0; threefish_encrypt_1024() 4344 b13 += k5 + t0; threefish_encrypt_1024() 4449 b12 += b13 + k5; threefish_encrypt_1024() 4548 b11 += k5; threefish_encrypt_1024() 4653 b10 += b11 + k5; threefish_encrypt_1024() 4752 b9 += k5; threefish_encrypt_1024() 4857 b8 += b9 + k5; threefish_encrypt_1024() 4956 b7 += k5; threefish_encrypt_1024() 5061 b6 += b7 + k5; threefish_encrypt_1024() 5160 b5 += k5; threefish_encrypt_1024() 5265 b4 += b5 + k5; threefish_encrypt_1024() 5364 b3 += k5; threefish_encrypt_1024() 5466 output[2] = b2 + k5; threefish_encrypt_1024() 5495 k4 = key_ctx->key[4], k5 = key_ctx->key[5], threefish_decrypt_1024() local 5508 b2 -= k5; threefish_decrypt_1024() 5651 b3 -= k5; threefish_decrypt_1024() 5781 b4 -= b5 + k5; threefish_decrypt_1024() 5918 b5 -= k5; threefish_decrypt_1024() 6048 b6 -= b7 + k5; threefish_decrypt_1024() 6185 b7 -= k5; threefish_decrypt_1024() 6315 b8 -= b9 + k5; threefish_decrypt_1024() 6452 b9 -= k5; threefish_decrypt_1024() 6582 b10 -= b11 + k5; threefish_decrypt_1024() 6719 b11 -= k5; threefish_decrypt_1024() 6849 b12 -= b13 + k5; threefish_decrypt_1024() 6986 b13 -= k5 + t0; threefish_decrypt_1024() 7116 b14 -= b15 + k5 + t0; threefish_decrypt_1024() 7253 b15 -= k5 + 7; threefish_decrypt_1024() 7559 b0 -= b1 + k5; threefish_decrypt_1024() 7696 b1 -= k5; threefish_decrypt_1024() 7826 b2 -= b3 + k5; threefish_decrypt_1024() 7963 b3 -= k5; threefish_decrypt_1024() 8093 b4 -= b5 + k5; threefish_decrypt_1024() 8230 b5 -= k5; threefish_decrypt_1024()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | kregs.h | 19 #define IA64_KR_FPU_OWNER 5 /* ar.k5: fpu-owner (UP only, at the moment) */
|
/linux-4.1.27/include/keys/ |
H A D | rxrpc-type.h | 94 struct rxk5_key *k5; member in union:rxrpc_key_token::__anon11482
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 90 * k5 reserved
|
/linux-4.1.27/crypto/ |
H A D | camellia_generic.c | 638 /* k5,k6 */ camellia_setup128() 768 /* k5 */ camellia_setup256()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | camellia_glue.c | 1078 /* k5,k6 */ camellia_setup128() 1191 /* k5 */ camellia_setup256()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | mux34xx.c | 1166 _OMAP3_BALLENTRY(GPMC_NBE0_CLE, "k5", NULL),
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.c | 43 #define DRV_VERSION "v2.03.00-k5"
|
Completed in 286 milliseconds