Searched refs:rev_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dca.c233 char *make_revocation_str(int rev_type, char *rev_arg);
288 int rev_type = REV_NONE; local
501 rev_type = REV_CRL_REASON;
506 rev_type = REV_HOLD;
511 rev_type = REV_KEY_COMPROMISE;
516 rev_type = REV_CA_COMPROMISE;
1443 rev_type = -1;
1444 j = do_revoke(revcert, db, rev_type, rev_arg);
2638 char *make_revocation_str(int rev_type, char *rev_arg) argument
2645 switch (rev_type) {
[all...]
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c263 unsigned rev_type = 0; local
294 rev_type = cs_readreg(sc, PRODUCT_ID_ADD);
295 chip_type = rev_type & ~REVISON_BITS;
296 chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A';

Completed in 120 milliseconds