Lines Matching refs:ALGORITHM
63 * Top secret. This algorithm only works if no one knows what this number is.
66 * This algorithm is for testing only - don't really use it!
101 * Dummy "XOR" Key Exchange algorithm. We just xor the private and public keys
236 #define ALGORITHM "XOR"
244 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
245 sizeof(ALGORITHM)),
263 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
264 sizeof(ALGORITHM)),
452 * Dummy "XOR" Key Exchange and signature algorithm. We just xor the
684 /* Key Management for the dummy XOR key exchange algorithm */
1211 /* Algorithm parameters must be absent */
1213 if (ptype != V_ASN1_UNDEF || palg->algorithm == NULL) {
1217 nid = OBJ_obj2nid(palg->algorithm);
2219 && OBJ_obj2nid(alg->algorithm) == ctx->desc->evp_type)
2622 /* The Algorithm Identifier of the combined signature algorithm */