Lines Matching refs:sk_exp
347 process_block_unit(uint32_t *pl, uint32_t *pr, const uint32_t *sk_exp) in process_block_unit() argument
357 t = l ^ Fconf(r, sk_exp); in process_block_unit()
360 sk_exp += 6; in process_block_unit()
369 const uint32_t *sk_exp, void *block) in br_des_ct_process_block() argument
379 process_block_unit(&l, &r, sk_exp); in br_des_ct_process_block()
380 sk_exp += 96; in br_des_ct_process_block()
389 br_des_ct_skey_expand(uint32_t *sk_exp, in br_des_ct_skey_expand() argument
401 *sk_exp ++ = (w0 << 4) - w0; in br_des_ct_skey_expand()
402 *sk_exp ++ = (w1 << 4) - w1; in br_des_ct_skey_expand()
403 *sk_exp ++ = (w2 << 4) - w2; in br_des_ct_skey_expand()
404 *sk_exp ++ = (w3 << 4) - w3; in br_des_ct_skey_expand()
408 *sk_exp ++ = (w0 << 4) - w0; in br_des_ct_skey_expand()
409 *sk_exp ++ = (w1 << 4) - w1; in br_des_ct_skey_expand()