Home
last modified time | relevance | path

Searched defs:subkey (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c440 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()
H A Dcamellia.h38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c11 unsigned char subkey[32]; in crypto_stream_xsalsa20() local
26 unsigned char subkey[32]; in crypto_stream_xsalsa20_xor_ic() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c24 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; in crypto_secretbox_detached() local
90 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; in crypto_secretbox_open_detached() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c28 unsigned char subkey[crypto_stream_chacha20_KEYBYTES]; in crypto_secretbox_xchacha20poly1305_detached() local
97 unsigned char subkey[crypto_stream_chacha20_KEYBYTES]; in crypto_secretbox_xchacha20poly1305_open_detached() local
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkdf.c9 unsigned char *subkey; in tv_kdf() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_kdf/blake2b/
H A Dkdf_blake2b.c31 int crypto_kdf_blake2b_derive_from_key(unsigned char *subkey, size_t subkey_len, in crypto_kdf_blake2b_derive_from_key()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c36 crypto_kdf_derive_from_key(unsigned char *subkey, size_t subkey_len, in crypto_kdf_derive_from_key()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c31 unsigned char subkey[32]; in crypto_secretbox_xsalsa20poly1305_open() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Drtree.h340 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); in rtree_leaf_elm_lookup() local