Searched refs:paramtype (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/asn1/ |
H A D | a_sign.c | 155 int signid, paramtype, buf_len = 0; in ASN1_item_sign_ctx() local 246 paramtype = pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL ? in ASN1_item_sign_ctx() 249 && !X509_ALGOR_set0(algor1, OBJ_nid2obj(signid), paramtype, NULL)) in ASN1_item_sign_ctx() 252 && !X509_ALGOR_set0(algor2, OBJ_nid2obj(signid), paramtype, NULL)) in ASN1_item_sign_ctx()
|
/openssl/apps/ |
H A D | cmp.c | 3264 int paramtype; in print_keyspec() local 3267 X509_ALGOR_get0(&oid, ¶mtype, ¶m, alg); in print_keyspec() 3270 if (paramtype == V_ASN1_UNDEF || alg->parameter == NULL) { in print_keyspec()
|
Completed in 22 milliseconds