Home
last modified time | relevance | path

Searched refs:Camellia_Ekeygen (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/crypto/camellia/
H A Dcamellia-api.c40 Camellia_Ekeygen(bits, key, ctx->subkey); in camellia_set_key()
H A Dcamellia.h46 void Camellia_Ekeygen(const int keyBitLength,
H A Dcamellia.c1249 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() function
/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll_locl.h76 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
H A Dcmll_misc.c65 key->grand_rounds = Camellia_Ekeygen(bits, userKey, key->u.rd_key); in Camellia_set_key()
H A Dcmll-elf-x86_64.S542 .globl Camellia_Ekeygen
543 .type Camellia_Ekeygen,@function
545 Camellia_Ekeygen: label
1085 .size Camellia_Ekeygen,.-Camellia_Ekeygen
H A Dcamellia.c347 Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() function