Searched refs:nc (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_ncons.c | 36 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 279 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() argument 294 sk_GENERAL_SUBTREE_num(nc->excludedSubtrees)) in NAME_CONSTRAINTS_check() 303 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 323 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check() 333 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check() 438 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN() argument 472 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN() 501 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument 523 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i); in nc_match() [all …]
|
H A D | x_x509.c | 51 NAME_CONSTRAINTS_free(ret->nc); in x509_cb() 72 ret->nc = NULL; in x509_cb() 92 NAME_CONSTRAINTS_free(ret->nc); in x509_cb()
|
H A D | v3_purp.c | 571 x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL); in ossl_x509v3_cache_extensions() 572 if (x->nc == NULL && i != -1) in ossl_x509v3_cache_extensions()
|
H A D | x509_vfy.c | 831 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints() local 833 if (nc) { in check_name_constraints() 834 int rv = NAME_CONSTRAINTS_check(x, nc); in check_name_constraints() 844 rv = NAME_CONSTRAINTS_check_CN(x, nc); in check_name_constraints()
|
/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 237 fxtod $nc,$nc 247 fmuld $nlo,$nc,$nloc 259 fmuld $nhi,$nc,$nhic 312 fmuld $nlo,$nc,$nloc 341 fmuld $nhi,$nc,$nhic 399 fmuld $nlo,$nc,$nloc 424 fmuld $nhi,$nc,$nhic 553 fxtod $nc,$nc 563 fmuld $nlo,$nc,$nloc 575 fmuld $nhi,$nc,$nhic [all …]
|
H A D | ppc64-mont.pl | 391 fcfid $nc,$nc 448 fmadd $T1a,$N0,$nc,$T1a 450 fmadd $T2a,$N1,$nc,$T2a 452 fmadd $T3a,$N2,$nc,$T3a 598 fmadd $T1a,$N0,$nc,$T1a 601 fmadd $T2a,$N1,$nc,$T2a 604 fmadd $T3a,$N2,$nc,$T3a 687 fmadd $T1a,$N0,$nc,$T1a 694 fmadd $T2a,$N1,$nc,$T2a 700 fmadd $T3a,$N2,$nc,$T3a [all …]
|
/openssl/include/crypto/ |
H A D | x509.h | 193 NAME_CONSTRAINTS *nc; member
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 603 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 604 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc);
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 3728 lnRTpxNH1gjwwDDNCeM4zey/SgIBW8im6NPiWV/nc//C/E5KVdCxoswAMjsBFBsh
|
Completed in 58 milliseconds