Lines Matching refs:blob
3329 // Load and use an old-style Keymaster1 software key blob. These blobs contain OCB-encrypted
3331 string km1_sw = read_file("km1_sw_rsa_512.blob");
3346 // Load and use an old-style Keymaster1 software key blob, without the version byte. These
3348 string km1_sw = read_file("km1_sw_rsa_512_unversioned.blob");
3363 // Load and use an old-style Keymaster1 software key blob. These blobs contain OCB-encrypted
3365 string km1_sw = read_file("km1_sw_ecdsa_256.blob");
3384 // Load and use an old softkeymaster blob. These blobs contain PKCS#8 key data.
3385 string km0_sw = read_file("km0_sw_rsa_512.blob");
3400 // Load and use an old softkeymaster blob. These blobs contain PKCS#8 key data.
3401 string km0_sw = read_file("km0_sw_rsa_512.blob");
3423 // Load and use an old softkeymaster blob. These blobs contain PKCS#8 key data.
3424 string km0_sw = read_file("km0_sw_rsa_512.blob");
3445 // Load and use an old softkeymaster blob. These blobs contain PKCS#8 key data.
3446 string km0_sw = read_file("km0_sw_rsa_512.blob");
3493 static X509* parse_cert_blob(const keymaster_blob_t& blob) {
3494 const uint8_t* p = blob.data;
3495 return d2i_X509(nullptr, &p, blob.data_length);