Home
last modified time | relevance | path

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

12

/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/crypto/krb5/src/lib/krb5/krb/
H A Dgen_subkey.c33 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 Dsend_tgs.c53 krb5_creds *tgt, krb5_keyblock *subkey, in tgs_construct_ap_req()
135 krb5_keyblock *subkey = NULL; in k5_make_tgs_req() local
H A Dgc_via_tkt.c170 krb5_keyblock *subkey, in krb5int_process_tgs_reply()
347 krb5_keyblock *subkey = NULL; in krb5_get_cred_via_tkt_ext() local
H A Ds4u_creds.c200 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 Dfast.c61 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 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/crypto/krb5/src/lib/crypto/builtin/camellia/
H A Dcamellia.c455 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 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/crypto/krb5/src/tests/gssapi/
H A Dt_invalid.c135 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 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
/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/krb5/src/lib/gssapi/krb5/
H A Dutil_crypt.c58 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 Daccept_sec_context.c487 krb5_key subkey; in process_checksum() local
/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp826 unsigned char subkey[256]; in ValidateConfigFiles() local
/freebsd/crypto/krb5/src/kdc/
H A Dfast_util.c41 krb5_keyblock *subkey = NULL; in armor_ap_request() local

12