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

/freebsd-13-stable/sys/crypto/camellia/
H A Dcamellia.h38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */ member in struct:__anon11187
[all...]
H A Dcamellia.c440 camellia_setup128(const unsigned char *key, uint32_t *subkey) argument
646 camellia_setup256(const unsigned char *key, uint32_t *subkey) argument
926 camellia_setup192(const unsigned char *key, uint32_t *subkey) argument
946 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) argument
1013 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) argument
1083 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) argument
1166 camellia_decrypt256(const uint32_t *subkey, uint32_ argument
1249 Camellia_Ekeygen(const int keyBitLength, const unsigned char *rawKey, uint32_t *subkey) argument
1271 Camellia_EncryptBlock(const int keyBitLength, const unsigned char *plaintext, const uint32_t *subkey, unsigned char *ciphertext) argument
1303 Camellia_DecryptBlock(const int keyBitLength, const unsigned char *ciphertext, const uint32_t *subkey, unsigned char *plaintext) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c50 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dauth_context.c328 krb5_keyblock *subkey; local
H A Dget_cred.c330 const krb5_keyblock *subkey = skey; local
87 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
413 krb5_keyblock *subkey = NULL; local
[all...]
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dkdf.c9 unsigned char *subkey; local
/freebsd-13-stable/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, argument
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_kdf/
H A Dcrypto_kdf.c36 crypto_kdf_derive_from_key(unsigned char *subkey, size_t subkey_len, argument
/freebsd-13-stable/sys/contrib/libsodium/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...]
/freebsd-13-stable/sys/contrib/libsodium/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...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c31 unsigned char subkey[32]; local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c11 unsigned char subkey[32]; local
26 unsigned char subkey[32]; local
[all...]
/freebsd-13-stable/usr.sbin/ndiscvt/
H A Dinf.h30 const char * subkey; member in struct:reg
/freebsd-13-stable/lib/libnv/tests/
H A Dcnv_tests.cc152 const char *key, *subkey; local
685 const char *key, *subkey; local
1175 const char *key, *subkey; local
[all...]
H A Dnv_tests.cc200 const char *key, *subkey; local
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h340 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); local
474 uintptr_t subkey = rtree_subkey(key, RTREE_HEIGHT-1); local
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c1160 krb5_keyblock *subkey = NULL; local
/freebsd-13-stable/contrib/libevent/
H A Devdns.c3779 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3778 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) argument

Completed in 106 milliseconds