Home
last modified time | relevance | path

Searched defs:k_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcasttest.c36 static int k_len[3] = { 16, 10, 5 }; variable
/freebsd/crypto/libecc/src/hash/
H A Dbelt-hash.c76 int belt_init(const u8 *k, u32 k_len, u8 ks[BELT_KEY_SCHED_LEN]) in belt_init()