Home
last modified time | relevance | path

Searched refs:cATool (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ist.c27 ASN1_SIMPLE(ISSUER_SIGN_TOOL, cATool, ASN1_UTF8STRING),
59 ist->cATool = ASN1_UTF8STRING_new();
60 if (ist->cATool == NULL
62 || !ASN1_STRING_set(ist->cATool, cnf->value, strlen(cnf->value))) {
109 if (ist->cATool != NULL) { in i2r_issuer_sign_tool()
114 BIO_write(out, ist->cATool->data, ist->cATool->length); in i2r_issuer_sign_tool()
/freebsd/crypto/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf817 cATool : "Удостоверяющий центр "КриптоПро УЦ" версии 1.5
H A Dgrfc.msb17 cATool : "Удостоверяющий центр "КриптоПро УЦ" версии 1.5
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in275 ASN1_UTF8STRING *cATool; member
H A Dx509v3.h419 ASN1_UTF8STRING *cATool; member