Searched refs:sess_id (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dsssvlv.c350 int sess_id; local
354 for (sess_id = 0; sess_id < svi_max_percon; sess_id++) {
355 if ( sort_conns[conn_id] && sort_conns[conn_id][sess_id] == so )
356 return sess_id;
368 int sess_id; local
369 for(sess_id = 0; sess_id < svi_max_percon; sess_id
382 int sess_id; local
398 int sess_id; local
415 int sess_id; local
796 int sess_id; local
[all...]
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtestpem.bat27 call tpem.bat sess_id ..\test\testsid.pem
H A Dtestpemce.bat37 call tpemce.bat sess_id testsid.pem
/macosx-10.10/OpenSSH-189/openssh/
H A Djpake.c333 const u_char *sess_id, u_int sess_id_len,
346 buffer_put_string(&b, sess_id, sess_id_len);
360 const u_char *sess_id, u_int sess_id_len,
420 jpake_confirm_hash(*k, my_id, my_id_len, sess_id, sess_id_len,
431 const u_char *sess_id, u_int sess_id_len,
439 jpake_confirm_hash(k, peer_id, peer_id_len, sess_id, sess_id_len,
331 jpake_confirm_hash(const BIGNUM *k, const u_char *endpoint_id, u_int endpoint_id_len, const u_char *sess_id, u_int sess_id_len, u_char **confirm_hash, u_int *confirm_hash_len) argument
355 jpake_key_confirm(struct modp_group *grp, BIGNUM *s, BIGNUM *step2_val, BIGNUM *mypriv2, BIGNUM *mypub1, BIGNUM *mypub2, BIGNUM *theirpub1, BIGNUM *theirpub2, const u_char *my_id, u_int my_id_len, const u_char *their_id, u_int their_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *theirpriv2_s_proof, u_int theirpriv2_s_proof_len, BIGNUM **k, u_char **confirm_hash, u_int *confirm_hash_len) argument
429 jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument
H A Dmonitor_wrap.c1448 const u_char *sess_id, u_int sess_id_len,
1479 const u_char *sess_id, u_int sess_id_len,
1443 mm_jpake_key_confirm(struct modp_group *grp, BIGNUM *s, BIGNUM *step2_val, BIGNUM *mypriv2, BIGNUM *mypub1, BIGNUM *mypub2, BIGNUM *theirpub1, BIGNUM *theirpub2, const u_char *my_id, u_int my_id_len, const u_char *their_id, u_int their_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *theirpriv2_s_proof, u_int theirpriv2_s_proof_len, BIGNUM **k, u_char **confirm_hash, u_int *confirm_hash_len) argument
1477 mm_jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtsid.com9 $ cmd := mcr 'exe_dir'openssl sess_id
/macosx-10.10/OpenSSL098-52/src/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
855 sess_id.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
856 sess_id.o: ../include/openssl/bn.h ../include/openssl/buffer.h
857 sess_id.o: ../include/openssl/comp.h ../include/openssl/conf.h
858 sess_id.o: ../include/openssl/crypto.h ../include/openssl/dtls1.h
859 sess_id.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
860 sess_id.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
861 sess_id
[all...]
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_2.h692 uint64_t sess_id; member in struct:smb3_aes_transform_hdr
H A Dsmb_crypt.c1464 i64 = letohq(tf_hdr->sess_id);
1466 SMBDEBUG("TF sess_id mismatch: expect: %llu got: %llu\n",
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_lib.c70 const unsigned char *sess_id, int sesslen,
1055 const unsigned char *sess_id, int sesslen,
1132 memcpy(sess->session_id, sess_id, sesslen);
1054 tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, const unsigned char *sess_id, int sesslen, SSL_SESSION **psess) argument

Completed in 206 milliseconds