Searched refs:pkey_ctrl_string (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Ddgst.c377 if (pkey_ctrl_string(mac_ctx, macopt) <= 0) {
433 if (pkey_ctrl_string(pctx, sigopt) <= 0) {
H A Dgenpkey.c149 } else if (pkey_ctrl_string(ctx, *(++args)) <= 0) {
H A Dapps.h324 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value);
H A Dpkeyutl.c239 if (pkey_ctrl_string(ctx, opt) <= 0) {
H A Dreq.c654 if (pkey_ctrl_string(genctx, genopt) <= 0) {
1684 if (pkey_ctrl_string(pkctx, sigopt) <= 0) {
H A Dcms.c1349 if (pkey_ctrl_string(pctx, keyopt) <= 0) {
H A Dapps.c2485 int pkey_ctrl_string(EVP_PKEY_CTX *ctx, const char *value) function

Completed in 77 milliseconds