Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 52) sorted by relevance

123

/inferno-os/appl/lib/
H A Dauth.b38 # have got a secret, get algorithm from client
39 # check if the client algorithm is in the server algorithm list
40 # client algorithm ::= ident (' ' ident)*
44 return (nil, sys->sprint("can't read client ssl algorithm: %r"));
54 return (nil, "unsupported client algorithm: " + calg);
91 # send algorithm
94 return (nil, sys->sprint("can't send ssl algorithm: %r"));
100 # push ssl and turn on algorithm
130 # send algorithm
133 return (nil, nil, sys->sprint("can't send ssl algorithm: %r"));
[all …]
H A Doldauth.b229 sys->werrstr("unknown algorithm: "+f[0]);
256 return (nil, "unknown algorithm: "+f[0]);
282 return (nil, "unknown algorithm: "+f[0]);
335 sys->werrstr("unimplemented algorithm: "+ha);
H A Ddbsrv.b31 err("no algorithm list");
H A Ddeflate.b22 GZXFAST: con byte 2; # used fast algorithm little compression
23 GZXBEST: con byte 4; # used maximum compression algorithm
1165 # fast, low space overhead algorithm for max depth huffman type codes
1168 # algorithm for length-limited coding," Proc. Intl. Symp. on Algorithms
H A Dinflate.b21 GZXBEST: con byte 2; # used maximum compression algorithm
22 GZXFAST: con byte 4; # used fast algorithm little compression
/inferno-os/module/
H A Doldauth.m10 sa: string; # signature algorithm
11 ha: string; # hash algorithm
H A Dcrc.m14 # (usually 0 but 16rfffffffrf in the CRC32 algorithm for example)
H A Dkeyring.m54 # signature algorithm
64 sa: ref SigAlg; # signature algorithm
72 sa: ref SigAlg; # signature algorithm
80 sa: ref SigAlg; # signature algorithm
81 ha: string; # hash algorithm
H A Dffts.m8 # using mixed-radix fast fourier transform algorithm.
H A Dspki.m43 halg: string; # basic signature hash algorithm
/inferno-os/appl/cmd/auth/
H A Dcreatesignerkey.b46 …arg->setusage("createsignerkey [-a algorithm] [-f keyfile] [-e ddmmyyyy] [-b size-in-bits] name-of…
59 error(sys->sprint("unknown algorithm: %s", alg));
90 error(sys->sprint("algorithm %s not configured in system", alg));
/inferno-os/appl/cmd/
H A Dcrypt.b97 # deal with header - the header encodes the algorithm along with the data.
103 error("couldn't get decrypt algorithm");
109 error("couldn't write algorithm string");
144 # decrypt, else encrypt. alg is the algorithm to use; sk is the
167 return (sys->sprint("bad algorithm %s: %r", alg), nil, nil, nil);
H A Dimport.b162 return (nil, sys->sprint("can't push algorithm %s: %r", alg));
H A D9export.b162 return (nil, sys->sprint("can't push algorithm %s: %r", alg));
/inferno-os/appl/cmd/auth/factotum/proto/
H A Dkeyreps.b111 raise "Keyrep: unknown algorithm" + k.alg;
131 raise "Keyrep: unknown algorithm";
/inferno-os/libfreetype/
H A Dahtypes.h480 FT_Int algorithm; member
/inferno-os/os/port/
H A Dflashintel14 * intel algorithm
/inferno-os/appl/wm/mpeg/
H A Dscidct.b11 # inverse two dimensional DCT, Chen-Wang algorithm
/inferno-os/lib/
H A Dscsicodes83 110e cannot decompress using declared algorithm
462 70nn decompression exception short algorithm id of nn
463 7100 decompression exception long algorithm id
/inferno-os/appl/lib/spki/
H A Dspki.b358 mha = hd tl tl fld; # signature hash algorithm
562 return "unspecified signature algorithm";
567 return "unknown hash algorithm "+hashalg;
573 return "unknown encoding algorithm "+enc;
607 return (nil, "unspecified signature algorithm");
612 return (nil, "unknown hash algorithm "+hashalg);
618 return (nil, "unknown encoding algorithm "+enc);
654 raise "Spki->hashbytes: unknown algorithm: "+alg;
2156 raise "Keyrep: unknown algorithm";
2178 raise "Keyrep: unknown algorithm";
/inferno-os/appl/lib/crypt/
H A Dpkcs.b313 # return ("unknown hash algorithm", nil);
426 # selected message-digest algorithm (either md2 or md5).
H A Dx509.b248 return ("cannot sign using DH algorithm", nil);
254 # hash algorithm should be MD2, MD4, MD5 or SHA
431 # parse der encoded algorithm identifier
481 # algorithm AlgorithmIdentifier,
485 # algorithm OBJECT IDENTIFER,
551 # signature algorithm
636 # algorithm
1701 # signature algorithm
1758 # algorithm
/inferno-os/appl/lib/strokes/
H A Dbuildstrokes.b44 # Implementation of the Li/Yeung recognition algorithm
H A Dstrokes.b610 # Do the DP algorithm.
674 # Do the DP algorithm.
/inferno-os/doc/
H A D20011003.ms101 provide experimental support for the RSA algorithm for signatures instead
102 of the default El-Gamal algorithm;
217 to select the encryption algorithm.

123