Searched defs:subkey (Results 1 – 4 of 4) sorted by relevance
440 camellia_setup128(const unsigned char *key, uint32_t *subkey) in camellia_setup128()646 camellia_setup256(const unsigned char *key, uint32_t *subkey) in camellia_setup256()926 camellia_setup192(const unsigned char *key, uint32_t *subkey) in camellia_setup192()946 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128()1013 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) in camellia_decrypt128()1083 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) in camellia_encrypt256()1166 camellia_decrypt256(const uint32_t *subkey, uint32_t *io) in camellia_decrypt256()1251 uint32_t *subkey) in Camellia_Ekeygen()1273 const uint32_t *subkey, in Camellia_EncryptBlock()1305 const uint32_t *subkey, in Camellia_DecryptBlock()
38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member
103 uint8_t subkey[32]; in CRYPTO_xchacha_20() local
239 unsigned char subkey[32]; in aead_xchacha20_poly1305_seal() local288 unsigned char subkey[32]; in aead_xchacha20_poly1305_open() local