/openbsd/sys/arch/amd64/amd64/ |
H A D | aesni.c | 189 if (!ses) in aesni_newsession() 202 aesni_set_key(ses, c->cri_key, ses->ses_klen); in aesni_newsession() 210 memcpy(ses->ses_nonce, c->cri_key + ses->ses_klen, in aesni_newsession() 213 aesni_set_key(ses, c->cri_key, ses->ses_klen); in aesni_newsession() 251 aesni_enc(ses, ses->ses_ghash->H, ses->ses_ghash->H); in aesni_newsession() 357 smr_call(&ses->ses_smr, aesni_free_smr, ses); in aesni_freesession() 394 explicit_bzero(ses->ses_buf, ses->ses_buflen); in aesni_free() 395 free(ses->ses_buf, M_DEVBUF, ses->ses_buflen); in aesni_free() 398 explicit_bzero(ses, sizeof (*ses)); in aesni_free() 588 aesni_gmac_final(ses, tag, icb, ses->ses_ghash->S); in aesni_encdec() [all …]
|
H A D | via.c | 64 #define VIAC3_SID(crd,ses) (((crd) << 28) | ((ses) & 0x0fffffff)) argument 125 ses = sc->sc_sessions = malloc(sizeof(*ses), M_DEVBUF, in viac3_crypto_newsession() 127 if (ses == NULL) in viac3_crypto_newsession() 141 ses = mallocarray(sesn + 1, sizeof(*ses), M_DEVBUF, in viac3_crypto_newsession() 143 if (ses == NULL) in viac3_crypto_newsession() 145 memcpy(ses, sc->sc_sessions, sesn * sizeof(*ses)); in viac3_crypto_newsession() 154 bzero(ses, sizeof(*ses)); in viac3_crypto_newsession() 155 ses->ses_used = 1; in viac3_crypto_newsession() 186 ses->ses_ekey[i] = ntohl(ses->ses_ekey[i]); in viac3_crypto_newsession() 187 ses->ses_dkey[i] = ntohl(ses->ses_dkey[i]); in viac3_crypto_newsession() [all …]
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | cryptox.c | 154 if (!ses) in cryptox_newsession() 271 if (ses == NULL) in cryptox_freesession() 274 smr_call(&ses->ses_smr, cryptox_free_smr, ses); in cryptox_freesession() 285 if (ses->ses_swd) { in cryptox_free() 300 if (ses->ses_buf) { in cryptox_free() 301 explicit_bzero(ses->ses_buf, ses->ses_buflen); in cryptox_free() 302 free(ses->ses_buf, M_DEVBUF, ses->ses_buflen); in cryptox_free() 305 explicit_bzero(ses, sizeof (*ses)); in cryptox_free() 314 cryptox_free(ses); in cryptox_free_smr() 327 return (ses); in cryptox_get() [all …]
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octcrypto.c | 296 return ses; in octcrypto_get() 320 explicit_bzero(ses, sizeof(*ses)); in octcrypto_free() 360 memcpy(ses->ses_key, c->cri_key, ses->ses_klen); in octcrypto_newsession() 367 memcpy(ses->ses_key, c->cri_key, ses->ses_klen); in octcrypto_newsession() 368 memcpy(ses->ses_nonce, c->cri_key + ses->ses_klen, in octcrypto_newsession() 376 octcrypto_aes_set_key(ses->ses_key, ses->ses_klen); in octcrypto_newsession() 427 memcpy(ses->ses_oiv, ses->ses_iiv, in octcrypto_newsession() 552 smr_call(&ses->ses_smr, octcrypto_free_smr, ses); in octcrypto_freesession() 785 octcrypto_aes_set_key(ses->ses_key, ses->ses_klen); in octcrypto_authenc_gmac() 1067 octcrypto_aes_set_key(ses->ses_key, ses->ses_klen); in octcrypto_authenc_hmac() [all …]
|
/openbsd/sys/arch/i386/i386/ |
H A D | via.c | 64 #define VIAC3_SID(crd,ses) (((crd) << 28) | ((ses) & 0x0fffffff)) argument 126 ses = sc->sc_sessions = malloc(sizeof(*ses), M_DEVBUF, in viac3_crypto_newsession() 128 if (ses == NULL) in viac3_crypto_newsession() 142 ses = mallocarray(sesn + 1, sizeof(*ses), M_DEVBUF, in viac3_crypto_newsession() 144 if (ses == NULL) in viac3_crypto_newsession() 146 memcpy(ses, sc->sc_sessions, sesn * sizeof(*ses)); in viac3_crypto_newsession() 155 bzero(ses, sizeof(*ses)); in viac3_crypto_newsession() 156 ses->ses_used = 1; in viac3_crypto_newsession() 187 ses->ses_ekey[i] = ntohl(ses->ses_ekey[i]); in viac3_crypto_newsession() 188 ses->ses_dkey[i] = ntohl(ses->ses_dkey[i]); in viac3_crypto_newsession() [all …]
|
/openbsd/sys/arch/i386/pci/ |
H A D | glxsb.c | 191 #define GLXSB_SID(crd,ses) (((crd) << 28) | ((ses) & 0x0fffffff)) argument 375 if (ses == NULL) { in glxsb_crypto_newsession() 377 ses = mallocarray(sesn + 1, sizeof(*ses), M_DEVBUF, in glxsb_crypto_newsession() 379 if (ses == NULL) in glxsb_crypto_newsession() 382 bcopy(sc->sc_sessions, ses, sesn * sizeof(*ses)); in glxsb_crypto_newsession() 386 sc->sc_sessions = ses; in glxsb_crypto_newsession() 391 bzero(ses, sizeof(*ses)); in glxsb_crypto_newsession() 392 ses->ses_used = 1; in glxsb_crypto_newsession() 429 bcopy(c->cri_key, ses->ses_key, sizeof(ses->ses_key)); in glxsb_crypto_newsession() 790 if (ses->ses_used == 0) { in glxsb_crypto_process() [all …]
|
/openbsd/sys/scsi/ |
H A D | files.scsi | 39 device ses: disk 40 attach ses at scsibus 41 file scsi/ses.c ses
|
/openbsd/sys/crypto/ |
H A D | crypto.c | 333 u_int32_t ses; in crypto_unregister() local 365 ses = crypto_drivers[driverid].cc_sessions; in crypto_unregister() 367 if (ses != 0) { in crypto_unregister() 372 crypto_drivers[driverid].cc_sessions = ses; in crypto_unregister()
|
/openbsd/sys/arch/powerpc64/conf/ |
H A D | BOOT | 49 ses* at scsibus? # SCSI enclosure services
|
H A D | RAMDISK | 59 ses* at scsibus? # SCSI enclosure services
|
H A D | GENERIC | 65 ses* at scsibus? # SCSI enclosure services
|
/openbsd/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
H A D | calendar.proverbes | 38 L'hiver perd ses dents 113 Avril prend ses habits fourrés. 178 Doit vendre ses poulettes. 298 Il faut avoir rentré ses pommes.
|
/openbsd/sys/arch/luna88k/conf/ |
H A D | GENERIC | 80 ses* at scsibus?
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | avr.h | 124 AVR_INSN (ses, "", "1001010001001000", 1, AVR_ISA_1200, 0x9448)
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | avr.h | 130 AVR_INSN (ses, "", "1001010001001000", 1, AVR_ISA_1200, 0x9448)
|
/openbsd/share/man/man4/ |
H A D | Makefile | 89 sdmmc.4 sdhc.4 se.4 sec.4 ses.4 sf.4 sili.4 \
|
/openbsd/lib/libssl/ |
H A D | ssl.h | 1197 void SSL_SESSION_free(SSL_SESSION *ses); 1210 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); 1211 int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
|
/openbsd/sys/arch/hppa/conf/ |
H A D | GENERIC | 344 ses* at scsibus?
|
/openbsd/sys/arch/macppc/conf/ |
H A D | GENERIC | 393 ses* at scsibus?
|
/openbsd/sys/arch/alpha/conf/ |
H A D | GENERIC | 370 ses* at scsibus?
|
/openbsd/sys/arch/sparc64/conf/ |
H A D | GENERIC | 421 ses* at scsibus? # SCSI enclosure services
|
/openbsd/sys/arch/amd64/conf/ |
H A D | GENERIC | 473 ses* at scsibus? # SCSI enclosure services
|
/openbsd/gnu/gcc/gcc/ |
H A D | rtl.def | 884 DEF_RTL_EXPR(DEFINE_PREDICATE, "define_predicate", "ses", RTX_EXTRA) 885 DEF_RTL_EXPR(DEFINE_SPECIAL_PREDICATE, "define_special_predicate", "ses", RTX_EXTRA)
|
/openbsd/sys/arch/i386/conf/ |
H A D | GENERIC | 483 ses* at scsibus? # SCSI enclosure services
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 401 /* Entries from file: dev/scsipi/ses.h */
|