Home
last modified time | relevance | path

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

/freebsd/sys/crypto/camellia/
H A Dcamellia.c437 camellia_setup128(const unsigned char *key, uint32_t *subkey) in camellia_setup128()
643 camellia_setup256(const unsigned char *key, uint32_t *subkey) in camellia_setup256()
923 camellia_setup192(const unsigned char *key, uint32_t *subkey) in camellia_setup192()
943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128()
1010 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) in camellia_decrypt128()
1080 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) in camellia_encrypt256()
1163 camellia_decrypt256(const uint32_t *subkey, uint32_t *io) in camellia_decrypt256()
1248 uint32_t *subkey) in Camellia_Ekeygen()
1270 const uint32_t *subkey, in Camellia_EncryptBlock()
1302 const uint32_t *subkey, in Camellia_DecryptBlock()
H A Dcamellia.h36 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member
/freebsd/sys/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
/freebsd/sys/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
/freebsd/sys/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
/freebsd/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c53 krb5_keyblock **subkey) in krb5_generate_subkey_extended()
H A Dget_cred.c90 krb5_keyblock *subkey) in set_auth_data()
150 krb5_keyblock **subkey, in init_tgs_req()
330 const krb5_keyblock *subkey = skey; in decrypt_tkt_with_subkey() local
413 krb5_keyblock *subkey = NULL; in get_cred_kdc() local
H A Dauth_context.c328 krb5_keyblock *subkey; in krb5_auth_con_generatelocalsubkey() local
/freebsd/sys/contrib/libsodium/test/default/
H A Dkdf.c9 unsigned char *subkey; in tv_kdf() local
/freebsd/sys/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()
/freebsd/sys/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()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c31 unsigned char subkey[32]; in crypto_secretbox_xsalsa20poly1305_open() local
/freebsd/lib/libnv/tests/
H A Dcnv_tests.cc148 const char *key, *subkey; in ATF_TEST_CASE_BODY() local
681 const char *key, *subkey; in ATF_TEST_CASE_BODY() local
1171 const char *key, *subkey; in ATF_TEST_CASE_BODY() local
H A Dnv_tests.cc198 const char *key, *subkey; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h340 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); in rtree_leaf_elm_lookup() local
474 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); in rtree_szind_slab_read_fast() local
/freebsd/crypto/heimdal/kdc/
H A Dkrb5tgs.c1165 krb5_keyblock *subkey = NULL; in tgs_parse_request() local
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c3842 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) in config_nameserver_from_reg_key()
/freebsd/contrib/libevent/
H A Devdns.c3842 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) in config_nameserver_from_reg_key()