/openssl/test/ |
H A D | namemap_internal_test.c | 21 OSSL_NAMEMAP *nm = NULL; in test_namemap_empty() local 33 static int test_namemap(OSSL_NAMEMAP *nm) in test_namemap() 58 OSSL_NAMEMAP *nm = ossl_namemap_new(NULL); in test_namemap_independent() local 67 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); in test_namemap_stored() local 80 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); in test_digestbyname() local 108 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); in test_cipherbyname() local
|
/openssl/crypto/evp/ |
H A D | legacy_meth.h | 10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \ argument 24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \ argument
|
H A D | legacy_sha.c | 29 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHA3(nm, fn, tag) \ argument 43 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHAKE(nm, fn, tag) \ argument
|
H A D | names.c | 203 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 246 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
|
/openssl/include/openssl/ |
H A D | objects.h | 84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument 91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument 121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument 135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
|
/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 97 int ossl_cmp_hdr_set1_sender(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_sender() 104 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_recipient()
|
H A D | cmp_asn.c | 661 static GENERAL_NAMES *gennames_new(const X509_NAME *nm) in gennames_new()
|
/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 389 const X509_NAME *nm; in OCSP_request_verify() local 422 const X509_NAME *nm, STACK_OF(X509) *certs, in ocsp_req_find_signer()
|
H A D | ocsp_cl.c | 47 int OCSP_request_set1_name(OCSP_REQUEST *req, const X509_NAME *nm) in OCSP_request_set1_name()
|
/openssl/crypto/x509/ |
H A D | v3_san.c | 422 X509_NAME *nm; in copy_email() local 675 X509_NAME *nm; in do_dirname() local
|
H A D | v3_ncons.c | 282 X509_NAME *nm; in NAME_CONSTRAINTS_check() local 441 const X509_NAME *nm = X509_get_subject_name(x); in NAME_CONSTRAINTS_check_CN() local 615 static int nc_dn(const X509_NAME *nm, const X509_NAME *base) in nc_dn()
|
H A D | x_name.c | 156 } nm = { in x509_name_ex_d2i() local 546 int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder, in X509_NAME_get0_der()
|
H A D | v3_crld.c | 85 X509_NAME *nm; in set_dist_point_name() local
|
H A D | x_crl.c | 407 static int crl_revoked_issuer_match(X509_CRL *crl, const X509_NAME *nm, in crl_revoked_issuer_match()
|
H A D | v3_purp.c | 1024 X509_NAME *nm = NULL; in X509_check_akid() local
|
H A D | x509_vfy.c | 1474 X509_NAME *nm = NULL; in idp_check_dp() local 1531 const X509_NAME *nm = X509_CRL_get_issuer(crl); in crldp_check_crlissuer() local 1591 const X509_NAME *nm = X509_get_issuer_name(x); in get_crl_delta() local
|
H A D | v3_utl.c | 1375 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, in X509V3_NAME_from_section()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 27 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument 397 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument
|
/openssl/crypto/conf/ |
H A D | conf_ssl.c | 153 const struct ssl_conf_name_st *nm; in conf_ssl_name_find() local
|
/openssl/crypto/asn1/ |
H A D | a_strex.c | 562 int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, in X509_NAME_print_ex() 571 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, in X509_NAME_print_ex_fp()
|
/openssl/apps/ |
H A D | ciphers.c | 265 const char *nm = SSL_CIPHER_standard_name(c); in ciphers_main() local
|
/openssl/crypto/pem/ |
H A D | pem_all.c | 186 char *nm = NULL; in IMPLEMENT_PEM_write() local
|
H A D | pem_lib.c | 126 static int check_pem(const char *nm, const char *name) in check_pem() 248 char *nm = NULL, *header = NULL; in pem_bytes_read_bio_flags() local
|
H A D | pem_pkey.c | 105 char *nm = NULL; in pem_read_bio_key_legacy() local
|
/openssl/ssl/ |
H A D | t1_trce.c | 1517 X509_NAME *nm; in ssl_print_cert_request() local
|