Home
last modified time | relevance | path

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

12

/netbsd-src/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()
1269 const uint32_t *subkey, in Camellia_EncryptBlock()
1301 const uint32_t *subkey, in Camellia_DecryptBlock()
H A Dcamellia.h38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c453 static void camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128()
664 static void camellia_setup256(const unsigned char *key, u32 *subkey) in camellia_setup256()
950 static void camellia_setup192(const unsigned char *key, u32 *subkey) in camellia_setup192()
972 static void camellia_encrypt128(const u32 *subkey, u32 *io) in camellia_encrypt128()
1062 static void camellia_decrypt128(const u32 *subkey, u32 *io) in camellia_decrypt128()
1155 static void camellia_encrypt256(const u32 *subkey, u32 *io) in camellia_encrypt256()
1269 static void camellia_decrypt256(const u32 *subkey, u32 *io) in camellia_decrypt256()
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dgenerate_subkey.c55 krb5_keyblock **subkey) in krb5_generate_subkey_extended()
H A Dfast.c85 krb5_keyblock *subkey, in _krb5_fast_armor_key()
H A Dget_cred.c92 krb5_keyblock *subkey) in set_auth_data()
150 krb5_keyblock **subkey, in init_tgs_req()
346 const krb5_keyblock *subkey = skey; in decrypt_tkt_with_subkey() local
429 krb5_keyblock *subkey = NULL; in get_cred_kdc() local
H A Dconfig_reg.c536 HKEY subkey = NULL; in parse_reg_subkeys() local
H A Dauth_context.c354 krb5_keyblock *subkey; in krb5_auth_con_generatelocalsubkey() local
H A Ddeprecated.c587 krb5_keyblock **subkey) in krb5_generate_subkey()
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dkdf.c9 unsigned char *subkey; in tv_kdf() local
/netbsd-src/sys/external/isc/libsodium/dist/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()
/netbsd-src/sys/external/isc/libsodium/dist/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()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c31 unsigned char subkey[32]; in crypto_secretbox_xsalsa20poly1305_open() local
/netbsd-src/sys/crypto/chacha/arch/arm/
H A Dchacha_neon.c328 uint8_t subkey[32]; in xchacha_stream_neon() local
344 uint8_t subkey[32]; in xchacha_stream_xor_neon() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.h61 pgp_pubkey_t subkey; member
H A Dsignature.c601 const pgp_pubkey_t *subkey, in pgp_check_subkey_sig()
/netbsd-src/sys/crypto/chacha/
H A Dchacha_ref.c424 uint8_t subkey[32]; in xchacha_stream_ref() local
440 uint8_t subkey[32]; in xchacha_stream_xor_ref() local
/netbsd-src/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2.c521 uint8_t subkey[32]; in xchacha_stream_sse2() local
537 uint8_t subkey[32]; in xchacha_stream_xor_sse2() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c252 pgpv_pubkey_t subkey; member
1678 recog_subkey(pgpv_t *pgp, pgpv_signed_subkey_t *subkey) in recog_subkey()
1820 fmt_primary(obuf_t *obuf, pgpv_t *pgp, pgpv_primarykey_t *primary, unsigned subkey, const char *mod… in fmt_primary()
2457 pgpv_signed_subkey_t subkey; in recog_primary_key() local
2907 pgpv_signed_subkey_t *subkey; in find_keyid() local
3111 unsigned subkey; in pgpv_get_entry() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h228 pgpv_pubkey_t subkey; member
H A Dlibverify.c1280 recog_subkey(pgpv_t *pgp, pgpv_signed_subkey_t *subkey) in recog_subkey()
1954 pgpv_signed_subkey_t subkey; in recog_primary_key() local
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Doakley.c2670 int subkey; local

12