Searched refs:cap_buf (Results 1 – 1 of 1) sorted by relevance
/external/openssl/apps/ |
D | engine.c | 449 char *cap_buf = NULL; in MAIN() local 457 && !append_buf(&cap_buf, "RSA", in MAIN() 461 && !append_buf(&cap_buf, "DSA", in MAIN() 465 && !append_buf(&cap_buf, "DH", in MAIN() 469 && !append_buf(&cap_buf, "RAND", in MAIN() 477 if(!append_buf(&cap_buf, in MAIN() 487 if(!append_buf(&cap_buf, in MAIN() 497 if(!append_buf(&cap_buf, in MAIN() 502 if (cap_buf && (*cap_buf != '\0')) in MAIN() 503 BIO_printf(bio_out, " [%s]\n", cap_buf); in MAIN() [all …]
|