Lines Matching refs:u32
100 static const u32 pc2[1024] = {
362 static const u32 S1[64] = {
381 static const u32 S2[64] = {
400 static const u32 S3[64] = {
419 static const u32 S4[64] = {
438 static const u32 S5[64] = {
457 static const u32 S6[64] = {
476 static const u32 S7[64] = {
495 static const u32 S8[64] = {
623 static unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey()
627 const u32 *pt = pc2; in des_ekey()
714 static void dkey(u32 *pe, const u8 *k) in dkey()
718 const u32 *pt = pc2; in dkey()
783 const u32 *K = ctx->expkey; in des_encrypt()
784 u32 L, R, A, B; in des_encrypt()
804 const u32 *K = ctx->expkey + DES_EXPKEY_WORDS - 2; in des_decrypt()
805 u32 L, R, A, B; in des_decrypt()
826 u32 *pe = ctx->expkey; in des3_ede_expand_key()
846 const u32 *K = dctx->expkey; in des3_ede_encrypt()
847 u32 L, R, A, B; in des3_ede_encrypt()
875 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2; in des3_ede_decrypt()
876 u32 L, R, A, B; in des3_ede_decrypt()