Home
last modified time | relevance | path

Searched refs:Camellia_set_key (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll_misc.c58 Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() function
/dragonfly/crypto/libressl/include/openssl/
H A Dcamellia.h90 int Camellia_set_key(const unsigned char *userKey, const int bits,
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c999 Camellia_set_key(key16, 128, &camellia_ks1); in speed_main()
1000 Camellia_set_key(ckey24, 192, &camellia_ks2); in speed_main()
1001 Camellia_set_key(ckey32, 256, &camellia_ks3); in speed_main()
/dragonfly/crypto/libressl/crypto/evp/
H A De_camellia.c81 ret = Camellia_set_key(key, ctx->key_len * 8, ctx->cipher_data); in camellia_init_key()