Lines Matching defs:name
287 * Search for public key algorithm with given name and return its pkey_id if
467 comp->name = COMP_get_name(method);
867 cp->name, cp->algorithm_mkey, cp->algorithm_auth,
1087 * So additionally check whether the cipher name found
1096 if (strncmp(buf, ca_list[j]->name, buflen) == 0
1097 && (ca_list[j]->name[buflen] == '\0')) {
1308 /* Arbitrary sized temp buffer for the cipher name. Should be big enough */
1309 char name[80];
1311 if (len > (int)(sizeof(name) - 1))
1315 memcpy(name, elem, len);
1316 name[len] = '\0';
1318 cipher = ssl3_get_cipher_by_std_name(name);
1674 BIO_printf(trc_out, "<%s>\n", curr->cipher->name);
1894 BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac);
1917 return c->name;
1921 /* return the actual cipher being used in RFC standard name */
1929 /* return the OpenSSL name based on given RFC standard name */
2078 return comp->name;