Home
last modified time | relevance | path

Searched defs:ses (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/sys/dev/glxsb/
H A Dglxsb_hash.c53 glxsb_hash_key_setup(struct glxsb_session *ses, const char *key, int klen) in glxsb_hash_key_setup()
66 glxsb_authcompute(struct glxsb_session *ses, struct cryptop *crp) in glxsb_authcompute()
108 glxsb_hash_setup(struct glxsb_session *ses, in glxsb_hash_setup()
135 glxsb_hash_process(struct glxsb_session *ses, in glxsb_hash_process()
149 glxsb_hash_free(struct glxsb_session *ses) in glxsb_hash_free()
H A Dglxsb.c530 struct glxsb_session *ses; in glxsb_crypto_newsession() local
553 struct glxsb_session *ses; in glxsb_crypto_freesession() local
627 glxsb_crypto_encdec(struct cryptop *crp, struct glxsb_session *ses, in glxsb_crypto_encdec()
714 struct glxsb_session *ses; in glxsb_crypto_task() local
755 struct glxsb_session *ses; in glxsb_crypto_process() local
/freebsd-13.1/sys/opencrypto/
H A Dcryptosoft.c94 swcr_null(struct swcr_session *ses, struct cryptop *crp) in swcr_null()
104 swcr_encdec(struct swcr_session *ses, struct cryptop *crp) in swcr_encdec()
384 swcr_gmac(struct swcr_session *ses, struct cryptop *crp) in swcr_gmac()
461 swcr_gcm(struct swcr_session *ses, struct cryptop *crp) in swcr_gcm()
1195 swcr_setup_cipher(struct swcr_session *ses, in swcr_setup_cipher()
1221 swcr_setup_auth(struct swcr_session *ses, in swcr_setup_auth()
1305 swcr_setup_gcm(struct swcr_session *ses, in swcr_setup_gcm()
1349 swcr_setup_ccm(struct swcr_session *ses, in swcr_setup_ccm()
1552 struct swcr_session *ses; in swcr_newsession() local
1661 struct swcr_session *ses; in swcr_freesession() local
[all …]
H A Dcryptodev.c94 uint32_t ses; member
104 uint32_t ses; member
112 uint32_t ses; member
122 uint32_t ses; member
329 uint32_t ses; member
739 cse_find(struct fcrypt *fcr, u_int ses) in cse_find()
771 cse_delete(struct fcrypt *fcr, u_int ses) in cse_delete()
1453 uint32_t ses; in crypto_ioctl() local
H A Dcryptodev.h233 uint32_t ses; /* returns: session # */ member
250 uint32_t ses; /* returns: session # */ member
258 uint32_t ses; member
274 uint32_t ses; member
/freebsd-13.1/sys/crypto/via/
H A Dpadlock.c183 struct padlock_session *ses = NULL; in padlock_newsession() local
212 padlock_freesession_one(struct padlock_softc *sc, struct padlock_session *ses) in padlock_freesession_one()
223 struct padlock_session *ses; in padlock_freesession() local
233 struct padlock_session *ses; in padlock_process() local
H A Dpadlock_hash.c259 padlock_hash_key_setup(struct padlock_session *ses, const uint8_t *key, in padlock_hash_key_setup()
282 padlock_authcompute(struct padlock_session *ses, struct cryptop *crp) in padlock_authcompute()
367 padlock_hash_setup(struct padlock_session *ses, in padlock_hash_setup()
394 padlock_hash_process(struct padlock_session *ses, struct cryptop *crp, in padlock_hash_process()
412 padlock_hash_free(struct padlock_session *ses) in padlock_hash_free()
H A Dpadlock_cipher.c101 padlock_cipher_key_setup(struct padlock_session *ses, const void *key, int klen) in padlock_cipher_key_setup()
122 padlock_cipher_setup(struct padlock_session *ses, in padlock_cipher_setup()
185 padlock_cipher_process(struct padlock_session *ses, struct cryptop *crp, in padlock_cipher_process()
/freebsd-13.1/sys/crypto/aesni/
H A Daesni.c346 struct aesni_session *ses; in aesni_newsession() local
374 struct aesni_session *ses; in aesni_process() local
547 aesni_authprepare(struct aesni_session *ses, int klen) in aesni_authprepare()
558 aesni_cipher_setup(struct aesni_session *ses, in aesni_cipher_setup()
637 aesni_cipher_process(struct aesni_session *ses, struct cryptop *crp) in aesni_cipher_process()
697 aesni_cipher_crypt(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_crypt()
847 aesni_cipher_mac(struct aesni_session *ses, struct cryptop *crp, in aesni_cipher_mac()
H A Daesni_wrap.c447 aesni_cipher_setup_common(struct aesni_session *ses, in aesni_cipher_setup_common()
/freebsd-13.1/tools/tools/crypto/
H A Dcryptocheck.c150 int ses; member
448 struct ocf_session *ses) in ocf_init_session()
466 ocf_destroy_session(struct ocf_session *ses) in ocf_destroy_session()
493 struct ocf_session ses; in ocf_hash() local
603 struct ocf_session ses; in ocf_hmac() local
716 struct ocf_session *ses) in ocf_init_cipher_session()
752 struct ocf_session ses; in run_cipher_test() local
848 struct ocf_session *ses) in ocf_init_eta_session()
906 struct ocf_session ses; in run_eta_test() local
1085 struct ocf_session ses; in ocf_mac() local
[all …]
/freebsd-13.1/sys/crypto/armv8/
H A Darmv8_crypto.c274 armv8_crypto_cipher_setup(struct armv8_crypto_session *ses, in armv8_crypto_cipher_setup()
332 struct armv8_crypto_session *ses; in armv8_crypto_newsession() local
352 struct armv8_crypto_session *ses; in armv8_crypto_process() local
380 armv8_crypto_cipher_process(struct armv8_crypto_session *ses, in armv8_crypto_cipher_process()
/freebsd-13.1/sys/crypto/blake2/
H A Dblake2_cryptodev.c201 struct blake2_session *ses; in blake2_newsession() local
227 struct blake2_session *ses; in blake2_process() local
273 blake2_cipher_setup(struct blake2_session *ses, in blake2_cipher_setup()
330 blake2_cipher_process(struct blake2_session *ses, struct cryptop *crp) in blake2_cipher_process()
/freebsd-13.1/tests/sys/opencrypto/
H A Dblake2_test.c117 do_cryptop(int fd, int ses, size_t inlen, void *out) in do_cryptop()
134 int crid, fd, ses; in test_blake2b_vectors() local
158 int crid, fd, ses; in test_blake2s_vectors() local
H A Dpoly1305_test.c333 uint32_t ses; in destroy_session() local
341 do_cryptop(int fd, int ses, const void *inp, size_t inlen, void *out) in do_cryptop()
359 int fd, ses; in test_rfc7539_poly1305_vectors() local
/freebsd-13.1/sbin/nvmecontrol/
H A Dformat.c61 uint32_t ses; member
123 int lbaf, ms, pi, pil, ses, fd; in format() local
/freebsd-13.1/sys/dev/safe/
H A Dsafe.c626 safe_setup_enckey(struct safe_session *ses, const void *key) in safe_setup_enckey()
638 safe_setup_mackey(struct safe_session *ses, int algo, const uint8_t *key, in safe_setup_mackey()
731 struct safe_session *ses; in safe_newsession() local
776 struct safe_session *ses; in safe_process() local
1274 struct safe_session *ses; in safe_callback() local
/freebsd-13.1/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h41 struct xlp_rsa_session *ses; member
H A Dnlmsec.c434 struct xlp_sec_session *ses; in xlp_sec_newsession() local
574 struct xlp_sec_session *ses; in xlp_sec_process() local
H A Dnlmseclib.h93 struct xlp_sec_session *ses; member
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_enc_ses.c1208 ses_softc_t *ses; in ses_set_timed_completion() local
1285 ses_softc_t *ses; in ses_process_pages() local
1535 ses_softc_t *ses; in ses_process_status() local
1934 ses_softc_t *ses; in ses_process_control_request() local
2027 ses_softc_t *ses; in ses_process_elm_descs() local
2197 ses_softc_t *ses; in ses_fill_control_request() local
2728 ses_softc_t *ses; in ses_softc_invalidate() local
2755 ses_softc_t *ses; in ses_set_enc_status() local
2781 ses_softc_t *ses; in ses_set_elm_status() local
2958 ses_softc_t *ses; in ses_poll_status() local
/freebsd-13.1/sys/dev/sec/
H A Dsec.c516 struct sec_session *ses; in sec_primary_intr() local
1210 struct sec_session *ses; in sec_newsession() local
1246 struct sec_session *ses; in sec_process() local
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c144 freebsd_crypt_session_t *ses; in freebsd_zfs_crypt_done() local
/freebsd-13.1/sys/dev/hifn/
H A Dhifn7751.c2360 struct hifn_session *ses; in hifn_newsession() local
2387 struct hifn_session *ses; in hifn_process() local
/freebsd-13.1/sys/dev/ce/
H A Dceddk.h54 unsigned long ses; /* severely errored seconds */ member

12