| /netbsd-src/sys/opencrypto/ |
| H A D | cryptosoft.c | 759 swcr_newsession(void *arg, u_int32_t *sid, struct cryptoini *cri) in swcr_newsession() argument 806 while (cri) { in swcr_newsession() 815 switch (cri->cri_alg) { in swcr_newsession() 851 cri->cri_key, cri->cri_klen / 8); in swcr_newsession() 902 for (k = 0; k < cri->cri_klen / 8; k++) in swcr_newsession() 903 cri->cri_key[k] ^= HMAC_IPAD_VAL; in swcr_newsession() 906 axf->Update((*swd)->sw_ictx, cri->cri_key, in swcr_newsession() 907 cri->cri_klen / 8); in swcr_newsession() 909 axf->auth_hash->blocksize - (cri->cri_klen / 8)); in swcr_newsession() 911 for (k = 0; k < cri->cri_klen / 8; k++) in swcr_newsession() [all …]
|
| H A D | crypto.c | 685 crypto_driver_suitable(struct cryptocap *cap, struct cryptoini *cri) in crypto_driver_suitable() argument 689 for (cr = cri; cr; cr = cr->cri_next) in crypto_driver_suitable() 711 crypto_select_driver_lock(struct cryptoini *cri, int hard) in crypto_select_driver_lock() argument 760 if (crypto_driver_suitable(cap, cri)) { in crypto_select_driver_lock() 798 crypto_newsession(u_int64_t *sid, struct cryptoini *cri, int hard) in crypto_newsession() argument 815 cap = crypto_select_driver_lock(cri, hard); in crypto_newsession() 831 err = cap->cc_newsession(cap->cc_arg, &lid, cri); in crypto_newsession()
|
| H A D | cryptodev.h | 609 extern int crypto_newsession(u_int64_t *sid, struct cryptoini *cri, int hard);
|
| /netbsd-src/sys/dev/wsfb/ |
| H A D | genfb.c | 1045 *cri = &scp->sc_cache_ri; in genfb_setup_glyphcache() local 1056 memcpy(cri, ri, sizeof(struct rasops_info)); in genfb_setup_glyphcache() 1057 cri->ri_ops.putchar = scp->sc_putchar; in genfb_setup_glyphcache() 1058 cri->ri_width = ri->ri_font->fontwidth; in genfb_setup_glyphcache() 1059 cri->ri_stride = ri->ri_xscale; in genfb_setup_glyphcache() 1060 cri->ri_bits = scp->sc_cache; in genfb_setup_glyphcache() 1061 cri->ri_hwbits = NULL; in genfb_setup_glyphcache() 1062 cri->ri_origbits = scp->sc_cache; in genfb_setup_glyphcache() 1063 cri->ri_cols = 1; in genfb_setup_glyphcache() 1064 cri->ri_rows = GLYPHCACHESIZE / in genfb_setup_glyphcache() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | connection.c | 87 static int connection_input( Connection *c, conn_readinfo *cri ); 1245 static int connection_read( ber_socket_t s, conn_readinfo *cri ); 1250 conn_readinfo cri = { NULL, NULL, NULL, NULL, 0 }; in connection_read_thread() local 1257 cri.ctx = ctx; in connection_read_thread() 1258 if( ( rc = connection_read( s, &cri ) ) < 0 ) { in connection_read_thread() 1264 if( cri.op && !cri.nullop ) { in connection_read_thread() 1265 rc = (long)connection_operation( ctx, cri.op ); in connection_read_thread() 1266 } else if ( cri.func ) { in connection_read_thread() 1267 rc = (long)cri.func( ctx, cri.arg ); in connection_read_thread() 1299 connection_read( ber_socket_t s, conn_readinfo *cri ) in connection_read() argument [all …]
|
| /netbsd-src/sys/arch/i386/pci/ |
| H A D | glxsb.c | 311 glxsb_crypto_newsession(void *aux, uint32_t *sidp, struct cryptoini *cri) in glxsb_crypto_newsession() argument 317 if (cri->cri_next != NULL || cri->cri_alg != CRYPTO_AES_CBC || in glxsb_crypto_newsession() 318 cri->cri_klen != 128) in glxsb_crypto_newsession() 346 ses->ses_klen = cri->cri_klen; in glxsb_crypto_newsession() 349 memcpy(ses->ses_key, cri->cri_key, sizeof(ses->ses_key)); in glxsb_crypto_newsession()
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sun8i_crypto.c | 1920 sun8i_crypto_newsession(void *cookie, uint32_t *sidp, struct cryptoini *cri) in sun8i_crypto_newsession() argument 1924 if (cri->cri_next) in sun8i_crypto_newsession() 1931 if (cri->cri_rnd) in sun8i_crypto_newsession() 1939 switch (cri->cri_alg) { in sun8i_crypto_newsession() 1948 if (cri->cri_klen) in sun8i_crypto_newsession() 1955 switch (cri->cri_klen) { in sun8i_crypto_newsession() 1970 switch (cri->cri_klen) { in sun8i_crypto_newsession() 1981 switch (cri->cri_klen) { in sun8i_crypto_newsession() 1995 switch (cri->cri_klen) { in sun8i_crypto_newsession() 2006 switch (cri->cri_klen) { in sun8i_crypto_newsession() [all …]
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | via_padlock.c | 129 via_padlock_crypto_newsession(void *arg, uint32_t *sidp, struct cryptoini *cri) in via_padlock_crypto_newsession() argument 171 for (c = cri; c != NULL; c = c->cri_next) { in via_padlock_crypto_newsession() 236 if (cri->cri_klen == 256) in via_padlock_crypto_newsession() 238 else if (cri->cri_klen == 384) in via_padlock_crypto_newsession() 240 else if (cri->cri_klen == 512) in via_padlock_crypto_newsession()
|
| /netbsd-src/sys/dev/marvell/ |
| H A D | mvcesa.c | 195 mvcesa_newsession(void *arg, u_int32_t *sidp, struct cryptoini *cri) in mvcesa_newsession() argument 203 if (sidp == NULL || cri == NULL || sc == NULL) in mvcesa_newsession() 230 for (c = cri; c != NULL; c = c->cri_next) { in mvcesa_newsession()
|
| H A D | mvxpsec.c | 1863 mvxpsec_newsession(void *arg, uint32_t *sidp, struct cryptoini *cri) in mvxpsec_newsession() argument 1929 for (c = cri; c; c = c->cri_next) { in mvxpsec_newsession()
|
| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat.c | 1871 qat_crypto_new_session(void *arg, uint32_t *lid, struct cryptoini *cri) in qat_crypto_new_session() argument 1896 while (cri) { in qat_crypto_new_session() 1897 switch (cri->cri_alg) { in qat_crypto_new_session() 1903 crie = cri; in qat_crypto_new_session() 1912 cria = cri; in qat_crypto_new_session() 1919 cri = cri->cri_next; in qat_crypto_new_session()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | FSFChangeLog | 1346 Sat May 23 22:31:17 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 1492 Sun Apr 19 20:21:19 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 1794 Wed Mar 18 17:40:09 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2067 Sat Feb 28 05:04:47 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2094 Thu Feb 26 07:05:14 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2115 Wed Feb 25 20:50:08 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2610 Mon Feb 2 15:33:58 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
|
| H A D | FSFChangeLog.11 | 90 Mon Dec 22 19:30:59 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 428 Sun Nov 30 05:45:06 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 441 Sat Nov 29 06:18:08 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 842 Mon Nov 17 08:42:28 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 946 Sun Nov 9 09:51:08 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 996 Sat Nov 8 23:01:37 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | FSFChangeLog | 1346 Sat May 23 22:31:17 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 1492 Sun Apr 19 20:21:19 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 1794 Wed Mar 18 17:40:09 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2067 Sat Feb 28 05:04:47 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2094 Thu Feb 26 07:05:14 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2115 Wed Feb 25 20:50:08 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 2610 Mon Feb 2 15:33:58 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
|
| H A D | ChangeLog.graphite | 8812 2007-05-17 Georges-Andre Silber <silber@cri.ensmp.fr> 9047 2006-10-12 Sebastian Pop <pop@cri.ensmp.fr> 9051 2006-10-11 Sebastian Pop <pop@cri.ensmp.fr> 9056 2006-10-10 Sebastian Pop <pop@cri.ensmp.fr> 9062 2006-08-17 Sebastian Pop <pop@cri.ensmp.fr> 9087 2006-07-04 Sebastian Pop <pop@cri.ensmp.fr> 9112 2006-06-26 Sebastian Pop <pop@cri.ensmp.fr>
|
| H A D | ChangeLog-2006 | 12070 2006-05-29 Sebastian Pop <pop@cri.ensmp.fr> 12757 2006-05-17 Sebastian Pop <pop@cri.ensmp.fr> 12785 2006-05-17 Sebastian Pop <pop@cri.ensmp.fr> 14737 2006-04-07 Sebastian Pop <pop@cri.ensmp.fr> 14814 2006-04-05 Sebastian Pop <pop@cri.ensmp.fr> 14868 2006-04-04 Sebastian Pop <pop@cri.ensmp.fr> 14965 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr> 14994 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr> 14999 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr> 15027 2006-04-02 Sebastian Pop <pop@cri.ensmp.fr> [all …]
|
| H A D | ChangeLog-2005 | 1475 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr> 1484 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr> 1489 2005-12-14 Sebastian Pop <pop@cri.ensmp.fr> 4844 2005-11-05 Sebastian Pop <pop@cri.ensmp.fr> 4923 2005-11-04 Sebastian Pop <pop@cri.ensmp.fr> 5716 2005-10-12 Sebastian Pop <pop@cri.ensmp.fr> 6660 2005-09-26 Sebastian Pop <pop@cri.ensmp.fr> 7335 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr> 7341 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr> 7762 2005-09-01 Sebastian Pop <pop@cri.ensmp.fr> [all …]
|
| H A D | FSFChangeLog.11 | 90 Mon Dec 22 19:30:59 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 428 Sun Nov 30 05:45:06 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 441 Sat Nov 29 06:18:08 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 842 Mon Nov 17 08:42:28 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 946 Sun Nov 9 09:51:08 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 996 Sat Nov 8 23:01:37 1997 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
|
| H A D | ChangeLog-2004 | 5407 2004-11-12 Sebastian Pop <pop@cri.ensmp.fr> 5412 2004-11-12 Sebastian Pop <pop@cri.ensmp.fr> 5477 2004-11-11 Sebastian Pop <pop@cri.ensmp.fr> 6555 2004-11-03 Sebastian Pop <pop@cri.ensmp.fr> 8963 2004-10-11 Sebastian Pop <pop@cri.ensmp.fr> 9921 2004-10-04 Sebastian Pop <pop@cri.ensmp.fr> 12542 2004-09-16 Sebastian Pop <pop@cri.ensmp.fr> 16640 Sebastian Pop <pop@cri.ensmp.fr> 22815 2004-07-17 Sebastian Pop <pop@cri.ensmp.fr> 23079 2004-07-16 Sebastian Pop <pop@cri.ensmp.fr> [all …]
|
| H A D | ChangeLog-1997 | 3563 Tue Aug 26 17:54:56 1997 Michael P. Hayes (michaelh@ongaonga.chch.cri.nz>
|
| H A D | ChangeLog-1998 | 7220 1998-08-19 Michael Hayes <michaelh@ongaonga.chch.cri.nz> 15475 Sun Mar 1 18:25:49 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz> 16557 Mon Feb 2 02:08:04 1998 Michael P. Hayes <michaelh@ongaonga.chch.cri.nz>
|
| /netbsd-src/sys/dev/pci/ |
| H A D | hifn7751.c | 2073 hifn_newsession(void *arg, uint32_t *sidp, struct cryptoini *cri) in hifn_newsession() argument 2088 for (c = cri; c != NULL; c = c->cri_next) { in hifn_newsession()
|
| H A D | ubsec.c | 955 ubsec_newsession(void *arg, u_int32_t *sidp, struct cryptoini *cri) in ubsec_newsession() argument 964 for (c = cri; c != NULL; c = c->cri_next) { in ubsec_newsession()
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | ChangeLog | 722 2004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | ChangeLog | 10009 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
|