Searched refs:do_revoke (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
D | keyctl02.c | 50 static void *do_revoke(void *arg) in do_revoke() function 73 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke, in do_test() 77 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke, in do_test()
|
/third_party/openssl/apps/ |
D | ca.c | 134 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, 1308 j = do_revoke(revcert, db, rev_type, rev_arg); in ca_main() 2109 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, in do_revoke() function 2182 ok = do_revoke(x509, db, rev_type, value); in do_revoke()
|