Home
last modified time | relevance | path

Searched defs:newkey (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.h58 fxrng_rng_setkey(struct fxrng_basic_rng *rng, const void *newkey, size_t len) in fxrng_rng_setkey()
H A Dfx_main.c165 uint8_t newkey[FX_CHACHA20_KEYSIZE]; in _fxrng_alg_read() local
H A Dfx_brng.c254 uint8_t newkey[FX_CHACHA20_KEYSIZE]; in fxrng_brng_read() local
H A Dfx_rng.c122 uint8_t newkey[FX_CHACHA20_KEYSIZE]; in fxrng_rng_genrandom_internal() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c360 zfs_keyformat_t keyformat, boolean_t confirm_key, boolean_t newkey, in get_key_interactive()
483 const char *fsname, zfs_keyformat_t keyformat, boolean_t newkey, in get_key_material_file()
510 const char *fsname, zfs_keyformat_t keyformat, boolean_t newkey, in get_key_material_https()
687 get_key_material(libzfs_handle_t *hdl, boolean_t do_verify, boolean_t newkey, in get_key_material()
852 zfs_handle_t *zhp, boolean_t newkey, zfs_keyformat_t keyformat, in populate_create_encryption_params_nvlists()
/freebsd/crypto/heimdal/kadmin/
H A Drandom_password.c58 OtpKey newkey; in random_password() local
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h125 mhioc_resv_key_t newkey; member
135 mhioc_resv_key_t newkey; member
/freebsd/sys/netinet/
H A Dtcp_fastopen.c515 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in tcp_fastopen_autokey_locked() local
758 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in sysctl_net_inet_tcp_fastopen_setkey() local
/freebsd/sys/dev/random/
H A Dfortuna.c762 uint8_t newkey[RANDOM_KEYSIZE]; in random_fortuna_read() local
/freebsd/sys/dev/kbd/
H A Dkbd.c1019 key_change_ok(struct keyent_t *oldkey, struct keyent_t *newkey, struct thread *td) in key_change_ok()
1100 fkey_change_ok(fkeytab_t *oldkey, fkeyarg_t *newkey, struct thread *td) in fkey_change_ok()
/freebsd/crypto/openssl/test/
H A Dcmp_msg_test.c66 static EVP_PKEY *newkey = NULL; variable
/freebsd/crypto/openssh/
H A Dpacket.c2279 struct newkeys *newkey; in newkeys_to_blob() local
2349 struct newkeys *newkey = NULL; in newkeys_from_blob() local
/freebsd/contrib/ldns/
H A Dkeys.c81 ldns_key *newkey; in ldns_key_new() local
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3795 static inline void ib_update_fast_reg_key(struct ib_mr *mr, u8 newkey) in ib_update_fast_reg_key()