Home
last modified time | relevance | path

Searched refs:etoken (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DVCard.tcl281 upvar $etoken elem
443 InitAvatarDnD $wavatar $etoken
537 InitDnD $etoken
552 upvar $etoken elem
569 proc ::VCard::Fill {etoken} { argument
571 upvar $etoken elem
585 upvar $etoken elem
606 SetPhotoFile $etoken $f
639 upvar $etoken elem
653 upvar $etoken elem
[all …]
/dports/net/turnserver/coturn-4.5.2/src/apps/oauth/
H A Doauth.c114 encoded_oauth_token etoken; in encode_token() local
115 bzero(&etoken,sizeof(etoken)); in encode_token()
120 …if (encode_oauth_token((const uint8_t *) server_name, &etoken, &key, &ot,(const uint8_t *) gcm_non… in encode_token()
127 …const char *tmp=base64_encode((unsigned char *)(etoken.token), etoken.size, &base64encoded_etoken_… in encode_token()
140 encoded_oauth_token etoken; in validate_decode_token() local
141 bzero(&etoken,sizeof(etoken)); in validate_decode_token()
144 … unsigned char *tmp = base64_decode(base64encoded_etoken,base64encoded_etoken_length,&etoken.size); in validate_decode_token()
145 memcpy(etoken.token,tmp,etoken.size); in validate_decode_token()
147 if (decode_oauth_token((const uint8_t *) server_name, &etoken, &key, dot) < 0) { in validate_decode_token()
/dports/japanese/today/ja-today-2.12_2/
H A Descctrl.c32 static struct ESC_TOKEN_T etoken; in separate_escstring() local
145 etoken.len = len; in separate_escstring()
146 etoken.attr = attr; in separate_escstring()
147 etoken.msg = p; in separate_escstring()
149 return (&etoken); in separate_escstring()
/dports/net/turnserver/coturn-4.5.2/src/apps/rfc5769/
H A Drfc5769check.c143 encoded_oauth_token etoken; in check_oauth() local
144 bzero(&etoken,sizeof(etoken)); in check_oauth()
146 if (encode_oauth_token((const uint8_t *) server_name, &etoken, in check_oauth()
154 print_field5769("encoded token",etoken.token,etoken.size); in check_oauth()
157 if (decode_oauth_token((const uint8_t *) server_name, &etoken, in check_oauth()
/dports/net/turnserver/coturn-4.5.2/src/client/
H A Dns_turn_msg.c2305 UNUSED_ARG(etoken); in encode_oauth_token_normal()
2379 UNUSED_ARG(etoken); in decode_oauth_token_normal()
2542 unsigned char *encoded_field = (unsigned char*)etoken->token; in encode_oauth_token_gcm()
2558 etoken->size = 2 + OAUTH_GCM_NONCE_SIZE + outl; in encode_oauth_token_gcm()
2573 if(server_name && etoken && key && dtoken) { in decode_oauth_token_gcm()
2576 bcopy((const unsigned char*)(etoken->token),snl,2); in decode_oauth_token_gcm()
2583 if(etoken->size < min_encoded_field_size) { in decode_oauth_token_gcm()
2696 if(server_name && etoken && key && dtoken) { in encode_oauth_token()
2701 return encode_oauth_token_gcm(server_name, etoken,key,dtoken,nonce); in encode_oauth_token()
2713 if(server_name && etoken && key && dtoken) { in decode_oauth_token()
[all …]
H A Dns_turn_msg.h215 int decode_oauth_token(const uint8_t *server_name, const encoded_oauth_token *etoken, const oauth_k…
216 int encode_oauth_token(const uint8_t *server_name, encoded_oauth_token *etoken, const oauth_key *ke…
/dports/devel/9base/9base-6/lib9/
H A Dtokenize.c44 etoken(char *t, char *sep) in etoken() function
85 s = etoken(s, sep); in gettokens()
/dports/net/drawterm/drawterm/libc/
H A Dtokenize.c45 etoken(char *t, char *sep) in etoken() function
86 s = etoken(s, sep); in gettokens()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dtokenize.c44 etoken(char *t, char *sep) in etoken() function
85 s = etoken(s, sep); in gettokens()
/dports/dns/opendnssec2/opendnssec-2.1.10/libhsm/checks/
H A DMakefile.am52 regress-etoken: hsmcheck
53 ./hsmcheck -c conf-etoken.xml -gsdr
H A DMakefile.in127 CONFIG_CLEAN_FILES = conf-softhsm.xml conf-sca6000.xml conf-etoken.xml \
205 $(srcdir)/conf-aepkeyper.xml.in $(srcdir)/conf-etoken.xml.in \
480 conf-etoken.xml: $(top_builddir)/config.status $(srcdir)/conf-etoken.xml.in
788 regress-etoken: hsmcheck
789 ./hsmcheck -c conf-etoken.xml -gsdr
/dports/dns/opendnssec2/opendnssec-2.1.10/m4/
H A Dacx_pkcs11_modules.m414 AC_ARG_WITH(pkcs11-etoken,
15 …AS_HELP_STRING([--with-pkcs11-etoken=PATH],[specify path of Aladdin eToken PKCS#11 library (defaul…
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/
H A Duserdb.c461 encoded_oauth_token etoken; in get_user_key() local
462 bzero(&etoken,sizeof(etoken)); in get_user_key()
464 if((size_t)len > sizeof(etoken.token)) { in get_user_key()
468 bcopy(value,etoken.token,(size_t)len); in get_user_key()
469 etoken.size = (size_t)len; in get_user_key()
480 if (decode_oauth_token((const uint8_t *) server_name, &etoken,&okey, &dot) < 0) { in get_user_key()
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dparser-util.rkt21 (define-syntax-class etoken
37 [(_ name:id (~alt (~seq #:tokens (vtoken:id ...)) (~seq #:empty-tokens (etoken:id ...))) ...)
42 #'(begin (yacc:define-empty-tokens yacc-ename (etoken ... ...))
46 (hasheq (~@ 'etoken egroup) ... ...))
111 (pattern ref:etoken #:attr val? #f #:attr ast (lambda (v?) #`[#:t ref #f ref.tg]))
157 (~once (~seq #:end (~or* end-token:etoken end-token:vtoken) ...))
/dports/security/openct/openct-0.6.20/solaris/
H A Dopenct.conf-dist34 driver etoken {
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DRequest.hs87 case etoken of
126 etoken
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DRequest.hs87 case etoken of
126 etoken
/dports/security/openct/openct-0.6.20/src/ifd/
H A DMakefile.am13 ifd-etoken.c ifd-etoken64.c ifd-eutron.c ifd-gempc.c ifd-ikey2k.c \
/dports/devel/libvirt/libvirt-7.10.0/tests/qemuxml2argvdata/
H A Ds390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.args15 …a4=on,msa3=on,msa2=on,msa1=on,sthyi=on,edat=on,ri=on,deflate=on,edat2=on,etoken=on,vx=on,ipter=on,…
H A Ddefault-video-type-s390x.s390x-latest.args15 …a4=on,msa3=on,msa2=on,msa1=on,sthyi=on,edat=on,ri=on,deflate=on,edat2=on,etoken=on,vx=on,ipter=on,…
H A Dlaunch-security-s390-pv.s390x-latest.args15 …a4=on,msa3=on,msa2=on,msa1=on,sthyi=on,edat=on,ri=on,deflate=on,edat2=on,etoken=on,vx=on,ipter=on,…
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-headers/asm-s390/
H A Dkvm.h264 __u64 etoken; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/arch/s390/include/uapi/asm/
H A Dkvm.h276 __u64 etoken; member
/dports/emulators/qemu42/qemu-4.2.1/linux-headers/asm-s390/
H A Dkvm.h273 __u64 etoken; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/uapi/asm/
H A Dkvm.h276 __u64 etoken; member

1234