Searched refs:camellia_setkey (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c75 camellia_setkey(void *c, const byte *key, unsigned keylen) function
179 camellia_setkey(&ctx,key_128,sizeof(key_128));
187 camellia_setkey(&ctx,key_192,sizeof(key_192));
195 camellia_setkey(&ctx,key_256,sizeof(key_256));
240 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
246 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
252 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia-glue.c75 camellia_setkey(void *c, const byte *key, unsigned keylen) function
179 camellia_setkey(&ctx,key_128,sizeof(key_128));
187 camellia_setkey(&ctx,key_192,sizeof(key_192));
195 camellia_setkey(&ctx,key_256,sizeof(key_256));
240 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
246 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt
252 sizeof(CAMELLIA_context),camellia_setkey,camellia_encrypt,camellia_decrypt

Completed in 54 milliseconds