Searched refs:macname (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 50 static void *mac_newctx(void *provctx, const char *propq, const char *macname) in mac_newctx() argument 68 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx() 87 #define MAC_NEWCTX(funcname, macname) \ 90 return mac_newctx(provctx, propq, macname); \ 219 const char *macname) in mac_settable_ctx_params() 221 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params() 234 #define MAC_SETTABLE_CTX_PARAMS(funcname, macname) \ 238 return mac_settable_ctx_params(ctx, provctx, macname); \ 217 mac_settable_ctx_params(ossl_unused void *ctx, void *provctx, const char *macname) mac_settable_ctx_params() argument
|
/third_party/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 50 static void *mac_newctx(void *provctx, const char *propq, const char *macname) in mac_newctx() argument 68 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx() 87 #define MAC_NEWCTX(funcname, macname) \ 90 return mac_newctx(provctx, propq, macname); \ 219 const char *macname) in mac_settable_ctx_params() 221 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params() 234 #define MAC_SETTABLE_CTX_PARAMS(funcname, macname) \ 238 return mac_settable_ctx_params(ctx, provctx, macname); \ 217 mac_settable_ctx_params(ossl_unused void *ctx, void *provctx, const char *macname) mac_settable_ctx_params() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | provider_util.c | 292 const char *macname, in ossl_prov_macctx_load_from_params() 300 if (macname == NULL in ossl_prov_macctx_load_from_params() 304 macname = p->data; in ossl_prov_macctx_load_from_params() 314 if (macname != NULL) { in ossl_prov_macctx_load_from_params() 315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params() 290 ossl_prov_macctx_load_from_params(EVP_MAC_CTX **macctx, const OSSL_PARAM params[], const char *macname, const char *ciphername, const char *mdname, OSSL_LIB_CTX *libctx) ossl_prov_macctx_load_from_params() argument
|
/third_party/openssl/providers/common/ |
H A D | provider_util.c | 292 const char *macname, in ossl_prov_macctx_load_from_params() 300 if (macname == NULL in ossl_prov_macctx_load_from_params() 304 macname = p->data; in ossl_prov_macctx_load_from_params() 314 if (macname != NULL) { in ossl_prov_macctx_load_from_params() 315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params() 290 ossl_prov_macctx_load_from_params(EVP_MAC_CTX **macctx, const OSSL_PARAM params[], const char *macname, const char *ciphername, const char *mdname, OSSL_LIB_CTX *libctx) ossl_prov_macctx_load_from_params() argument
|
/third_party/node/deps/openssl/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 123 const char *macname,
|
/third_party/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 123 const char *macname,
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7238 \newtoks\macname % Macro name 7361 \getargs{#1}% now \macname is the macname and \argl the arglist 7373 \if1\csname ismacro.\the\macname\endcsname 7374 \message{Warning: redefining \the\macname}% 7376 \expandafter\ifx\csname \the\macname\endcsname \relax 7377 \else \errmessage{Macro name \the\macname\space already defined}\fi 7378 \global\cslet{macsave.\the\macname}{\the\macname}% 7379 \global\expandafter\let\csname ismacro.\the\macname\endcsnam [all...] |
Completed in 10 milliseconds