Searched defs:verify_slice (Results  1 – 7 of 7) sorted by relevance
| /external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/ | 
| D | hmac_openssl.rs | 51     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 81     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 135 fn verify_slice<H: OpenSslHash>(hmac: Hmac<H>, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  function
  | 
| D | hmac_boringssl.rs | 65     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method
  | 
| /external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/ | 
| D | hmac.rs | 37     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 70     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method
  | 
| /external/boringssl/src/rust/bssl-crypto/src/ | 
| D | hmac.rs | 69     pub fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 115     pub fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 251     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method
  | 
| /external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ | 
| D | hmac.rs | 69     pub fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 115     pub fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 251     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method
  | 
| /external/rust/beto-rust/nearby/crypto/crypto_provider/src/ | 
| D | hmac.rs | 30     fn verify_slice(self, tag: &[u8]) -> Result<(), MacError>;  in verify_slice()  method
  | 
| /external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ | 
| D | lib.rs | 115     fn verify_slice(self, _tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method 145     fn verify_slice(self, _tag: &[u8]) -> Result<(), MacError> {  in verify_slice()  method
  |