Searched refs:distid (Results 1 – 5 of 5) sorted by relevance
112 char *distid = "this is an ID"; in test_distinguishing_id() local122 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_distinguishing_id()123 (int)strlen(distid))) { in test_distinguishing_id()147 char *distid = "this is an ID"; in test_req_distinguishing_id() local161 if (!ASN1_OCTET_STRING_set(v, (unsigned char *)distid, in test_req_distinguishing_id()162 (int)strlen(distid))) { in test_req_distinguishing_id()
14 void X509_set0_distinguishing_id(X509 *x, ASN1_OCTET_STRING *distid);16 void X509_REQ_set0_distinguishing_id(X509_REQ *x, ASN1_OCTET_STRING *distid);45 X509_set0_distinguishing_id() assigns B<distid> to the certificate B<x>.
369 =item B<distid:>I<string>425 -pkeyopt distid:someid430 -rawin -digest sm3 -pkeyopt distid:someid
615 openssl req -new -key sm2.key -out sm2.csr -sm3 -sigopt "distid:1234567812345678"619 openssl req -verify -in sm2.csr -sm3 -vfyopt "distid:1234567812345678"
659 -sigopt "distid:1234567812345678" \660 -vfyopt "distid:1234567812345678"