Searched refs:pmdname (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | rsa_sig.c | 1535 char mdname[OSSL_MAX_NAME_SIZE] = "", *pmdname = NULL; in rsa_set_ctx_params() local 1569 pmdname = mdname; in rsa_set_ctx_params() 1570 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in rsa_set_ctx_params() 1762 if (prsactx->md == NULL && pmdname == NULL in rsa_set_ctx_params() 1764 pmdname = RSA_DEFAULT_DIGEST_NAME; in rsa_set_ctx_params() 1770 if (pmdname != NULL) { in rsa_set_ctx_params() 1771 if (!rsa_setup_md(prsactx, pmdname, pmdprops, "RSA Sign Set Ctx")) in rsa_set_ctx_params()
|
| H A D | dsa_sig.c | 762 char mdname[OSSL_MAX_NAME_SIZE] = "", *pmdname = mdname; in dsa_set_ctx_params() local 767 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in dsa_set_ctx_params()
|
| H A D | ecdsa_sig.c | 778 char mdname[OSSL_MAX_NAME_SIZE] = "", *pmdname = mdname; local 783 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname)))
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls-provider.c | 2996 char mdname[OSSL_MAX_NAME_SIZE] = "", *pmdname = mdname; in xor_sig_set_ctx_params() local 3001 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in xor_sig_set_ctx_params()
|