Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Devp.h367 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
396 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
434 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
436 BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
442 static const EVP_CIPHER cname##_##mode = { \
447 cname##_##mode##_cipher, \
454 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
462 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
469 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
472 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
[all …]
/openssl/apps/
H A DCA.pl.in189 my $cname = $ARGV[0];
190 $cname = "My Certificate" unless defined $cname;
193 . " -export -name \"$cname\" $EXTRA{pkcs12}");
223 my $cname = $ARGV[0];
224 if (!defined $cname) {
231 $RET = run("$CA -revoke \"$cname\"" . $reason . $EXTRA{ca});
/openssl/apps/lib/
H A Ds_cb.c218 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types() local
222 if (cname != NULL) in ssl_print_client_cert_types()
223 BIO_puts(bio, cname); in ssl_print_client_cert_types()
1496 const char *cname; in security_callback_debug() local
1497 cname = EC_curve_nid2nist(nid); in security_callback_debug()
1498 if (cname == NULL) in security_callback_debug()
1499 cname = OBJ_nid2sn(nid); in security_callback_debug()
1500 BIO_puts(sdb->out, cname); in security_callback_debug()
/openssl/engines/
H A De_capi.c1232 LPSTR cname; in capi_list_containers() local
1267 cname = OPENSSL_malloc(buflen); in capi_list_containers()
1268 if (cname == NULL) in capi_list_containers()
1273 cname[0] = 0; in capi_list_containers()
1279 if (!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, (BYTE *)cname, in capi_list_containers()
1289 cname, clen, idx, flags); in capi_list_containers()
1290 if (!cname[0] && (clen == buflen)) { in capi_list_containers()
1294 BIO_printf(out, "%lu. %s\n", idx, cname); in capi_list_containers()
1301 OPENSSL_free(cname); in capi_list_containers()
/openssl/crypto/asn1/
H A Dasn_mime.c245 const char *mime_prefix, *mime_eol, *cname = "smime.p7m"; in SMIME_write_ASN1_ex() local
314 cname = "smime.p7z"; in SMIME_write_ASN1_ex()
319 BIO_printf(bio, " filename=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1_ex()
323 BIO_printf(bio, " name=\"%s\"%s", cname, mime_eol); in SMIME_write_ASN1_ex()

Completed in 33 milliseconds