Searched defs:subkey (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/crypto/camellia/
H A Dcamellia.h38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member in struct:__anon9692
[all...]
H A Dcamellia.c437 camellia_setup128(const unsigned char *key, uint32_t *subkey) argument
643 camellia_setup256(const unsigned char *key, uint32_t *subkey) argument
923 camellia_setup192(const unsigned char *key, uint32_t *subkey) argument
943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) argument
1010 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) argument
1080 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) argument
1163 camellia_decrypt256(const uint32_t *subkey, uint32_ argument
1246 Camellia_Ekeygen(const int keyBitLength, const unsigned char *rawKey, uint32_t *subkey) argument
1267 Camellia_EncryptBlock(const int keyBitLength, const unsigned char *plaintext, const uint32_t *subkey, unsigned char *ciphertext) argument
1299 Camellia_DecryptBlock(const int keyBitLength, const unsigned char *ciphertext, const uint32_t *subkey, unsigned char *plaintext) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dgenerate_subkey.c52 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dfast.c84 _krb5_fast_armor_key(krb5_context context, krb5_keyblock *subkey, krb5_keyblock *sessionkey, krb5_keyblock *armorkey, krb5_crypto *armor_crypto) argument
H A Dconfig_reg.c536 HKEY subkey = NULL; local
H A Dauth_context.c354 krb5_keyblock *subkey; local
H A Dget_cred.c346 const krb5_keyblock *subkey = skey; local
89 set_auth_data(krb5_context context, KDC_REQ_BODY *req_body, krb5_authdata *authdata, krb5_keyblock *subkey) argument
141 init_tgs_req(krb5_context context, krb5_ccache ccache, krb5_addresses *addresses, krb5_kdc_flags flags, Ticket *second_ticket, krb5_creds *in_creds, krb5_creds *krbtgt, unsigned nonce, const METHOD_DATA *padata, krb5_keyblock **subkey, TGS_REQ *t) argument
429 krb5_keyblock *subkey = NULL; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dkdf.c9 unsigned char *subkey; local
/netbsd-current/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, argument
/netbsd-current/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, argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c24 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; local
90 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c28 unsigned char subkey[crypto_stream_chacha20_KEYBYTES]; local
97 unsigned char subkey[crypto_stream_chacha20_KEYBYTES]; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c31 unsigned char subkey[32]; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c11 unsigned char subkey[32]; local
26 unsigned char subkey[32]; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.h61 pgp_pubkey_t subkey; member in struct:__anon358
H A Dsignature.c600 pgp_check_subkey_sig(const pgp_pubkey_t *key, const pgp_pubkey_t *subkey, const pgp_sig_t *sig, const pgp_pubkey_t *signer, const uint8_t *raw_packet) argument
/netbsd-current/sys/crypto/chacha/arch/arm/
H A Dchacha_neon.c328 uint8_t subkey[32]; local
344 uint8_t subkey[32]; local
/netbsd-current/sys/crypto/chacha/
H A Dchacha_ref.c424 uint8_t subkey[32]; local
440 uint8_t subkey[32]; local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c453 static void camellia_setup128(const unsigned char *key, u32 *subkey) argument
664 static void camellia_setup256(const unsigned char *key, u32 *subkey) argument
950 static void camellia_setup192(const unsigned char *key, u32 *subkey) argument
972 static void camellia_encrypt128(const u32 *subkey, u32 *io) argument
1062 static void camellia_decrypt128(const u32 *subkey, u32 *io) argument
1155 static void camellia_encrypt256(const u32 *subkey, u32 *io) argument
1269 static void camellia_decrypt256(const u32 *subkey, u3 argument
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Drtree.h340 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); local
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Drtree.h340 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); local
/netbsd-current/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2.c521 uint8_t subkey[32]; local
537 uint8_t subkey[32]; local
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h228 pgpv_pubkey_t subkey; member in struct:pgpv_signed_subkey_t
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Doakley.c2670 int subkey; local
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1222 krb5_keyblock *subkey = NULL; local

Completed in 256 milliseconds

12