/third_party/ltp/testcases/kernel/syscalls/mbind/ |
H A D | mbind01.c | 45 void (*check_policy)(int); member 95 .check_policy = check_policy_pref_or_local, 110 .check_policy = check_policy_pref_or_local, 201 tc->check_policy = NULL; in do_test() 220 if (tc->check_policy) in do_test() 221 tc->check_policy(policy); in do_test()
|
/third_party/vixl/src/ |
H A D | code-generation-scopes-vixl.h | 69 BufferSpacePolicy check_policy = kReserveBufferSpace, in CodeBufferCheckScope() 72 Open(assembler, size, check_policy, size_policy); in CodeBufferCheckScope() 92 BufferSpacePolicy check_policy = kReserveBufferSpace, in Open() 97 if (check_policy == kReserveBufferSpace) { in Open()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_parser.py | 13 self.check_policy = policy 23 self.assertIs(msg.check_policy, self.MyPolicy) 31 self.assertIs(msg.check_policy, self.MyPolicy)
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_lu.c | 919 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() 921 ctx->check_policy = check_policy; in X509_STORE_set_check_policy() 926 return ctx->check_policy; in X509_STORE_get_check_policy() 918 X509_STORE_set_check_policy(X509_STORE *ctx, X509_STORE_CTX_check_policy_fn check_policy) X509_STORE_set_check_policy() argument
|
H A D | x509_vfy.c | 56 static int check_policy(X509_STORE_CTX *ctx); 246 ok = ctx->check_policy(ctx); in verify_chain() 1629 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function 2399 if (store != NULL && store->check_policy != NULL) in X509_STORE_CTX_init() 2400 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init() 2402 ctx->check_policy = check_policy; in X509_STORE_CTX_init() 2589 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
|
H A D | x509_local.h | 139 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/openssl/crypto/x509/ |
H A D | x509_lu.c | 919 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() 921 ctx->check_policy = check_policy; in X509_STORE_set_check_policy() 926 return ctx->check_policy; in X509_STORE_get_check_policy() 918 X509_STORE_set_check_policy(X509_STORE *ctx, X509_STORE_CTX_check_policy_fn check_policy) X509_STORE_set_check_policy() argument
|
H A D | x509_vfy.c | 56 static int check_policy(X509_STORE_CTX *ctx); 246 ok = ctx->check_policy(ctx); in verify_chain() 1631 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function 2401 if (store != NULL && store->check_policy != NULL) in X509_STORE_CTX_init() 2402 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init() 2404 ctx->check_policy = check_policy; in X509_STORE_CTX_init() 2591 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
|
H A D | x509_local.h | 139 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | x509.h | 225 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | x509.h | 245 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/openssl/include/crypto/ |
H A D | x509.h | 245 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509_vfy.h | 316 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | x509_vfy.h | 541 X509_STORE_CTX_check_policy_fn check_policy);
|