/inferno-os/appl/lib/ |
H A D | auth.b | 38 # 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 D | oldauth.b | 229 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 D | dbsrv.b | 31 err("no algorithm list");
|
H A D | deflate.b | 22 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 D | inflate.b | 21 GZXBEST: con byte 2; # used maximum compression algorithm 22 GZXFAST: con byte 4; # used fast algorithm little compression
|
/inferno-os/module/ |
H A D | oldauth.m | 10 sa: string; # signature algorithm 11 ha: string; # hash algorithm
|
H A D | crc.m | 14 # (usually 0 but 16rfffffffrf in the CRC32 algorithm for example)
|
H A D | keyring.m | 54 # 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 D | ffts.m | 8 # using mixed-radix fast fourier transform algorithm.
|
H A D | spki.m | 43 halg: string; # basic signature hash algorithm
|
/inferno-os/appl/cmd/auth/ |
H A D | createsignerkey.b | 46 …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 D | crypt.b | 97 # 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 D | import.b | 162 return (nil, sys->sprint("can't push algorithm %s: %r", alg));
|
H A D | 9export.b | 162 return (nil, sys->sprint("can't push algorithm %s: %r", alg));
|
/inferno-os/appl/cmd/auth/factotum/proto/ |
H A D | keyreps.b | 111 raise "Keyrep: unknown algorithm" + k.alg; 131 raise "Keyrep: unknown algorithm";
|
/inferno-os/libfreetype/ |
H A D | ahtypes.h | 480 FT_Int algorithm; member
|
/inferno-os/os/port/ |
H A D | flashintel | 14 * intel algorithm
|
/inferno-os/appl/wm/mpeg/ |
H A D | scidct.b | 11 # inverse two dimensional DCT, Chen-Wang algorithm
|
/inferno-os/lib/ |
H A D | scsicodes | 83 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 D | spki.b | 358 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 D | pkcs.b | 313 # return ("unknown hash algorithm", nil); 426 # selected message-digest algorithm (either md2 or md5).
|
H A D | x509.b | 248 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 D | buildstrokes.b | 44 # Implementation of the Li/Yeung recognition algorithm
|
H A D | strokes.b | 610 # Do the DP algorithm. 674 # Do the DP algorithm.
|
/inferno-os/doc/ |
H A D | 20011003.ms | 101 provide experimental support for the RSA algorithm for signatures instead 102 of the default El-Gamal algorithm; 217 to select the encryption algorithm.
|