Lines Matching defs:name
581 "[action:%d, state:%d] name=%s, value=%s",
718 * fix_cipher_md fixes up an EVP_CIPHER / EVP_MD to its name on SET,
719 * and cipher / md name to EVP_MD on GET.
731 static const void *get_cipher_by_name(OSSL_LIB_CTX *libctx, const char *name)
733 return evp_get_cipherbyname_ex(libctx, name);
736 static const void *get_md_by_name(OSSL_LIB_CTX *libctx, const char *name)
738 return evp_get_digestbyname_ex(libctx, name);
746 const char *name))
757 * point at a buffer to be filled in with the name, and |ctx->p1|
963 * that replaced with the corresponding name.
978 * We're translating from ctrl to params and setting the OID name,
980 * name. Either way, default_fixup_args() has placed the OID name
1154 * We're translating from params to ctrl and setting the curve name.
1156 * space to get the curve name from the param. |ctx->name_buf| is
1267 * |ctx->p2| point at a buffer to be filled in with the name, and
1350 "[action:%d, state:%d] padding name %s",
1388 * |ctx->p2| point at a buffer to be filled in with the name, and
2563 * cmd name in the template.
2584 * command macro name implying direction (if you're lucky).
2592 * key name can therefore be used in both directions. We must
2696 const char *name, const char *value)
2710 tmpl.ctrl_str = name;
2711 tmpl.ctrl_hexstr = name;
2723 ctx.ctrl_str = name;