Lines Matching defs:u8
583 pub fn new(cert: Option<Vec<u8>>, cert_chain: Option<Vec<u8>>) -> Self { in new()
588 pub fn take_cert(&mut self) -> Option<Vec<u8>> { in take_cert()
593 pub fn take_cert_chain(&mut self) -> Option<Vec<u8>> { in take_cert_chain()
632 pub fn key_blob_info(&self) -> &Option<(Vec<u8>, BlobMetaData)> { in key_blob_info()
636 pub fn take_key_blob_info(&mut self) -> Option<(Vec<u8>, BlobMetaData)> { in take_key_blob_info()
640 pub fn cert(&self) -> &Option<Vec<u8>> { in cert()
644 pub fn take_cert(&mut self) -> Option<Vec<u8>> { in take_cert()
648 pub fn cert_chain(&self) -> &Option<Vec<u8>> { in cert_chain()
652 pub fn take_cert_chain(&mut self) -> Option<Vec<u8>> { in take_cert_chain()
1132 ) -> Result<Vec<(i64, Vec<u8>, BlobMetaData)>> { in handle_next_superseded_blobs()
1265 blob: &[u8], in store_super_key()
1353 F: Fn() -> Result<(Vec<u8>, BlobMetaData)>, in get_or_create_key_with()
1543 maced_public_key: &[u8], in create_attestation_key_entry()
1544 raw_public_key: &[u8], in create_attestation_key_entry()
1545 private_key: &[u8], in create_attestation_key_entry()
1589 blob: Option<&[u8]>, in set_blob()
1604 pub fn set_deleted_blob(&mut self, blob: &[u8], blob_metadata: &BlobMetaData) -> Result<()> { in set_deleted_blob()
1624 blob: Option<&[u8]>, in set_blob_internal()
1711 raw_public_key: &[u8], in store_signed_attestation_certificate_chain()
1712 batch_cert: &[u8], in store_signed_attestation_certificate_chain()
1713 cert_chain: &[u8], in store_signed_attestation_certificate_chain()
1852 ) -> Result<Vec<Vec<u8>>> { in fetch_unsigned_attestation_keys()
2236 blob_info: &(&[u8], &BlobMetaData), in store_new_key()
2296 cert: &[u8], in store_new_certificate()
2496 ) -> Result<(bool, Option<(Vec<u8>, BlobMetaData)>, Option<Vec<u8>>, Option<Vec<u8>>)> { in load_blob_components()
4993 base_byte: u8, in load_attestation_key_pool()