Home
last modified time | relevance | path

Searched refs:k_sch (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/builtin/camellia/
H A Dcamellia.h97 uint32_t k_sch[CAMELLIA_TABLE_WORD_LEN]; /* the encryption key schedule */ member
H A Dcamellia.c1491 camellia_setup128(in_key, cx->k_sch); in camellia_enc_key()
1495 camellia_setup192(in_key, cx->k_sch); in camellia_enc_key()
1499 camellia_setup256(in_key, cx->k_sch); in camellia_enc_key()
1511 Camellia_EncryptBlock(cx->keybitlen, in_blk, cx->k_sch, out_blk); in camellia_enc_blk()
1520 camellia_setup128(in_key, cx->k_sch); in camellia_dec_key()
1524 camellia_setup192(in_key, cx->k_sch); in camellia_dec_key()
1528 camellia_setup256(in_key, cx->k_sch); in camellia_dec_key()
1540 Camellia_DecryptBlock(cx->keybitlen, in_blk, cx->k_sch, out_blk); in camellia_dec_blk()