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),
60 ist->cATool = ASN1_UTF8STRING_new();
61 if (ist->cATool == NULL
63 || !ASN1_STRING_set(ist->cATool, cnf->value, strlen(cnf->value))) {
113 if (ist->cATool != NULL) { in i2r_issuer_sign_tool()
118 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.in254 ASN1_UTF8STRING *cATool; member
H A Dx509v3.h398 ASN1_UTF8STRING *cATool; member