Lines Matching refs:algorithm
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"));
138 return (nil, nil, sys->sprint("can't get remote algorithm: %r"));
146 # push ssl and turn on algorithm
176 return (nil, sys->sprint("can't push algorithm %s: %r", alg));