Searched refs:userKey (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/
H A Dcmll_misc.c58 int Camellia_set_key(const unsigned char *userKey, const int bits, argument
61 if(!userKey || !key)
65 key->grand_rounds = Camellia_Ekeygen(bits , userKey, key->u.rd_key);
H A Dcamellia.h91 int Camellia_set_key(const unsigned char *userKey, const int bits,
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes.h88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
H A Daes_core.c628 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, argument
635 if (!userKey || !key)
649 rk[0] = GETU32(userKey );
650 rk[1] = GETU32(userKey + 4);
651 rk[2] = GETU32(userKey + 8);
652 rk[3] = GETU32(userKey + 12);
671 rk[4] = GETU32(userKey + 16);
672 rk[5] = GETU32(userKey + 20);
693 rk[6] = GETU32(userKey + 24);
694 rk[7] = GETU32(userKey
729 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) argument
1204 AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) argument
1304 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) argument
[all...]
H A Daes_x86core.c470 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, argument
477 if (!userKey || !key)
491 rk[0] = GETU32(userKey );
492 rk[1] = GETU32(userKey + 4);
493 rk[2] = GETU32(userKey + 8);
494 rk[3] = GETU32(userKey + 12);
513 rk[4] = GETU32(userKey + 16);
514 rk[5] = GETU32(userKey + 20);
535 rk[6] = GETU32(userKey + 24);
536 rk[7] = GETU32(userKey
571 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) argument
[all...]
/barrelfish-master/include/openssl/
H A Daes.h88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
H A Dcamellia.h91 int Camellia_set_key(const unsigned char *userKey, const int bits,

Completed in 40 milliseconds