/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 437 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 D | camellia.h | 36 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/ |
H A D | stream_xsalsa20.c | 11 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 D | crypto_secretbox_easy.c | 24 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 D | secretbox_xchacha20poly1305.c | 28 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 D | generate_subkey.c | 53 krb5_keyblock **subkey) in krb5_generate_subkey_extended()
|
H A D | get_cred.c | 90 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 D | auth_context.c | 328 krb5_keyblock *subkey; in krb5_auth_con_generatelocalsubkey() local
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | kdf.c | 9 unsigned char *subkey; in tv_kdf() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_kdf/blake2b/ |
H A D | kdf_blake2b.c | 31 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 D | crypto_kdf.c | 36 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 D | secretbox_xsalsa20poly1305.c | 31 unsigned char subkey[32]; in crypto_secretbox_xsalsa20poly1305_open() local
|
/freebsd/lib/libnv/tests/ |
H A D | cnv_tests.cc | 148 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 D | nv_tests.cc | 198 const char *key, *subkey; in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | rtree.h | 340 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 D | krb5tgs.c | 1165 krb5_keyblock *subkey = NULL; in tgs_parse_request() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 3842 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 D | evdns.c | 3842 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) in config_nameserver_from_reg_key()
|