/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/crypto/krb5/src/lib/krb5/krb/ |
H A D | gen_subkey.c | 33 krb5_keyblock **subkey) in krb5_generate_subkey_extended() 55 krb5_generate_subkey(krb5_context context, const krb5_keyblock *key, krb5_keyblock **subkey) in krb5_generate_subkey()
|
H A D | send_tgs.c | 53 krb5_creds *tgt, krb5_keyblock *subkey, in tgs_construct_ap_req() 135 krb5_keyblock *subkey = NULL; in k5_make_tgs_req() local
|
H A D | gc_via_tkt.c | 170 krb5_keyblock *subkey, in krb5int_process_tgs_reply() 347 krb5_keyblock *subkey = NULL; in krb5_get_cred_via_tkt_ext() local
|
H A D | s4u_creds.c | 200 krb5_keyblock *subkey, in build_pa_s4u_x509_user() 274 krb5_keyblock *subkey, in verify_s4u2self_reply() 515 krb5_keyblock *subkey = NULL; in krb5_get_self_cred_from_kdc() local
|
H A D | fast.c | 61 krb5_keyblock *subkey = NULL, *armor_key = NULL; in fast_armor_ap_request() local 113 krb5_keyblock *subkey, krb5_keyblock *session_key, in krb5int_fast_tgs_armor()
|
/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/crypto/krb5/src/lib/crypto/builtin/camellia/ |
H A D | camellia.c | 455 camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128() 667 camellia_setup256(const unsigned char *key, u32 *subkey) in camellia_setup256() 954 camellia_setup192(const unsigned char *key, u32 *subkey) in camellia_setup192() 977 camellia_encrypt128(const u32 *subkey, u32 *io) in camellia_encrypt128() 1068 camellia_decrypt128(const u32 *subkey, u32 *io) in camellia_decrypt128() 1162 camellia_encrypt256(const u32 *subkey, u32 *io) in camellia_encrypt256() 1277 camellia_decrypt256(const u32 *subkey, u32 *io) in camellia_decrypt256()
|
/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/crypto/krb5/src/tests/gssapi/ |
H A D | t_invalid.c | 135 make_fake_cfx_context(krb5_key subkey) in make_fake_cfx_context() 273 test_cfx_altered_ec(gss_ctx_id_t ctx, krb5_key subkey) in test_cfx_altered_ec() 315 test_cfx_short_plaintext(gss_ctx_id_t ctx, krb5_key subkey) in test_cfx_short_plaintext() 344 test_cfx_large_ec(gss_ctx_id_t ctx, krb5_key subkey) in test_cfx_large_ec()
|
/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
|
/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/krb5/src/lib/gssapi/krb5/ |
H A D | util_crypt.c | 58 kg_copy_keys(krb5_context context, krb5_gss_ctx_id_rec *ctx, krb5_key subkey) in kg_copy_keys() 78 kg_setup_keys(krb5_context context, krb5_gss_ctx_id_rec *ctx, krb5_key subkey, in kg_setup_keys()
|
H A D | accept_sec_context.c | 487 krb5_key subkey; in process_checksum() local
|
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | Leash.cpp | 826 unsigned char subkey[256]; in ValidateConfigFiles() local
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | fast_util.c | 41 krb5_keyblock *subkey = NULL; in armor_ap_request() local
|