HomeSort by: relevance | last modified time | path
    Searched defs:keyinfo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
keydata_65533.c 99 const char *keyinfo; local
135 keyinfo = "revoked KSK";
137 keyinfo = "KSK";
140 keyinfo = "ZSK";
199 RETERR(str_totext(keyinfo, target));
key_25.c 119 const char *keyinfo; local
134 keyinfo = "revoked KSK";
136 keyinfo = "KSK";
139 keyinfo = "ZSK";
218 RETERR(str_totext(keyinfo, target));
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
key_25.c 97 const char *keyinfo; local
112 keyinfo = "revoked KSK";
114 keyinfo = "KSK";
117 keyinfo = "ZSK";
184 RETERR(str_totext(keyinfo, target));
keydata_65533.c 99 const char *keyinfo; local
135 keyinfo = "revoked KSK";
137 keyinfo = "KSK";
140 keyinfo = "ZSK";
199 RETERR(str_totext(keyinfo, target));
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-cds.c 104 * A key table is an array of nkey keyinfo structures, like
109 * keyinfo->rdata
110 * keyinfo->dst
112 * If a key has no matching DS record then keyinfo->dst is NULL.
114 * The key algorithm and ID are saved in keyinfo->algo and
115 * keyinfo->tag for quicky skipping DS and RRSIG records that can't
118 typedef struct keyinfo { struct
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 5274 u16 keyinfo; local
5291 keyinfo = WPA_GET_LE16(buf + 2);
5298 gd.keyidx = keyinfo & 0x03; /* B0 - B1 */
5300 sm, !!(keyinfo & WPA_KEY_INFO_TXRX));
  /src/external/public-domain/sqlite/dist/
sqlite3.c 15316 typedef struct KeyInfo KeyInfo;
16211 struct KeyInfo*, /* First argument to compare function */
16457 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
16519 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */
16927 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16930 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
18557 struct KeyInfo {
18558 u32 nRef; /* Number of references to this KeyInfo object */
18568 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array
23549 KeyInfo keyinfo; member in struct:PreUpdate
    [all...]

Completed in 83 milliseconds