Lines Matching refs:alg
29 int EVP_TYPE_CTX_get_algor(EVP_TYPE_CTX *ctx, X509_ALGOR **alg);
30 int EVP_TYPE_CTX_get_algor_params(EVP_TYPE_CTX *ctx, X509_ALGOR *alg);
31 int EVP_TYPE_CTX_set_algor_params(EVP_TYPE_CTX *ctx, const X509_ALGOR *alg);
40 I<*alg> with it.
41 If I<alg> is NULL, calling this function will serve to see if calling this
43 If I<*alg> is NULL, space will be allocated automatically, and assigned to
44 I<*alg>.
48 populates I<alg->parameters> with it.
49 If I<alg> is NULL, calling this function will serve to see if calling this
51 If I<< alg->parameters >> is NULL, space will be allocated automatically, and
52 assigned to I<< alg->parameters >>.
53 If I<< alg->parameters >> is not NULL, its previous contents will be overwritten
56 B<EVP_I<TYPE>_CTX_set_algor_params>() attempts to pass I<< alg->parameters >>
58 If I<alg> is NULL, calling this function will serve to see if calling this