Searched refs:Okm (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/ring/src/ |
D | hkdf.rs | 90 impl From<Okm<'_, Algorithm>> for Salt { 91 fn from(okm: Okm<'_, Algorithm>) -> Self { in from() 92 Self(hmac::Key::from(Okm { in from() 131 ) -> Result<Okm<'a, L>, error::Unspecified> { in expand() 136 Ok(Okm { in expand() 145 impl From<Okm<'_, Algorithm>> for Prk { 146 fn from(okm: Okm<Algorithm>) -> Self { in from() 147 Self(hmac::Key::from(Okm { in from() 161 pub struct Okm<'a, L: KeyType> { struct 168 impl<L: KeyType> Okm<'_, L> { argument
|
D | hmac.rs | 277 impl From<hkdf::Okm<'_, Algorithm>> for Key { 278 fn from(okm: hkdf::Okm<Algorithm>) -> Self { in from()
|
D | aead.rs | 430 impl From<hkdf::Okm<'_, &'static Algorithm>> for UnboundKey { 431 fn from(okm: hkdf::Okm<&'static Algorithm>) -> Self { in from()
|
/external/rust/crates/ring/tests/ |
D | hkdf_tests.rs | 140 impl From<hkdf::Okm<'_, My<usize>>> for My<Vec<u8>> { 141 fn from(okm: hkdf::Okm<My<usize>>) -> Self { in from()
|
/external/rust/crates/ring/src/aead/ |
D | quic.rs | 37 impl From<hkdf::Okm<'_, &'static Algorithm>> for HeaderProtectionKey { 38 fn from(okm: hkdf::Okm<&'static Algorithm>) -> Self { in from()
|
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/ |
D | roots.pem | 4369 ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm
|
/external/grpc-grpc/etc/ |
D | roots.pem | 4173 ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm
|