Searched refs:FORMAT_VERSION (Results 1 – 3 of 3) sorted by relevance
92 private static final int FORMAT_VERSION = 0; field in BootKeystore95 this.formatVersion = new ASN1Integer(FORMAT_VERSION); in BootKeystore()129 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in parse()
74 private static final int FORMAT_VERSION = 1; field in BootSignature82 this.formatVersion = new ASN1Integer(FORMAT_VERSION); in BootSignature()97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature()
40 #define FORMAT_VERSION 1 macro178 if (!BN_set_word(&expected, FORMAT_VERSION)) { in validate_signature_block()