Searched refs:Camellia_set_key (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_utl.c57 int Camellia_set_key(const unsigned char *userKey, const int bits, function
H A Dcamellia.h95 int Camellia_set_key(const unsigned char *userKey, const int bits,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_camellia.c114 ret=Camellia_set_key(key, ctx->key_len * 8, ctx->cipher_data);
H A Devp_locl.h383 #define Camellia_set_key private_Camellia_set_key macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c504 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->encrypt_key)) {
514 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->decrypt_key)) {
579 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->encrypt_key)) {
589 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->decrypt_key)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c209 #define Camellia_set_key private_Camellia_set_key macro
1229 Camellia_set_key(key16,128,&camellia_ks1);
1230 Camellia_set_key(ckey24,192,&camellia_ks2);
1231 Camellia_set_key(ckey32,256,&camellia_ks3);

Completed in 131 milliseconds