HomeSort by relevance Sort by last modified time
    Searched refs:X509_POLICY_TREE (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
pcy_lib.c 66 /* X509_POLICY_TREE stuff */
68 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree)
76 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i)
84 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree)
92 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree)
pcy_tree.c 99 static void tree_print(char *str, X509_POLICY_TREE *tree,
146 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
149 X509_POLICY_TREE *tree;
225 tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE));
381 X509_POLICY_TREE *tree)
408 X509_POLICY_TREE *tree)
447 X509_POLICY_TREE *tree)
507 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
589 static int tree_calculate_authority_set(X509_POLICY_TREE *tree,
636 static int tree_calculate_user_set(X509_POLICY_TREE *tree
    [all...]
pcy_int.h 207 X509_POLICY_TREE *tree);
pcy_node.c 115 X509_POLICY_TREE *tree)
  /external/openssl/crypto/x509v3/
pcy_lib.c 68 /* X509_POLICY_TREE stuff */
70 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree)
78 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i)
86 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree)
94 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree)
pcy_tree.c 96 static void tree_print(char *str, X509_POLICY_TREE *tree,
143 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
146 X509_POLICY_TREE *tree;
222 tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE));
378 X509_POLICY_TREE *tree)
405 X509_POLICY_TREE *tree)
444 X509_POLICY_TREE *tree)
504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr)
586 static int tree_calculate_authority_set(X509_POLICY_TREE *tree,
632 static int tree_calculate_user_set(X509_POLICY_TREE *tree
    [all...]
pcy_int.h 207 X509_POLICY_TREE *tree);
pcy_node.c 115 X509_POLICY_TREE *tree)
  /external/openssl/crypto/x509/
x509_vfy.h 261 X509_POLICY_TREE *tree; /* Valid policy tree */
501 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
540 void X509_policy_tree_free(X509_POLICY_TREE *tree);
542 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
544 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
547 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
550 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
x509_vfy.c     [all...]
  /external/openssl/include/openssl/
x509_vfy.h 261 X509_POLICY_TREE *tree; /* Valid policy tree */
501 X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
535 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
540 void X509_policy_tree_free(X509_POLICY_TREE *tree);
542 int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
544 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
547 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
550 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
ossl_typ.h 181 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509_vfy.h 259 X509_POLICY_TREE *tree; /* Valid policy tree */
527 OPENSSL_EXPORT X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
575 OPENSSL_EXPORT int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
580 OPENSSL_EXPORT void X509_policy_tree_free(X509_POLICY_TREE *tree);
582 OPENSSL_EXPORT int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
584 X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
587 X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
590 X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
base.h 159 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;
  /external/openssl/crypto/
ossl_typ.h 181 typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_vfy.c     [all...]
  /external/openssl/apps/
apps.c     [all...]

Completed in 753 milliseconds