Home
last modified time | relevance | path

Searched defs:DeriveKey (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/tink/cc/internal/
H A Dkey_gen_configuration_impl_test.cc91 util::StatusOr<AesGcmKey> DeriveKey( in DeriveKey() function in crypto::tink::internal::__anon6d26fc4a0111::FakeKeyTypeManager
174 util::StatusOr<RsaSsaPssPrivateKey> DeriveKey( in DeriveKey() function in crypto::tink::internal::__anon6d26fc4a0111::FakeSignKeyManager
H A Dconfiguration_impl_test.cc107 util::StatusOr<AesGcmKey> DeriveKey( in DeriveKey() function in crypto::tink::internal::__anon07f79aa90111::FakeKeyTypeManager
315 util::StatusOr<RsaSsaPssPrivateKey> DeriveKey( in DeriveKey() function in crypto::tink::internal::__anon07f79aa90111::FakeSignKeyManager
H A Dregistry_impl.cc86 util::StatusOr<KeyData> RegistryImpl::DeriveKey(const KeyTemplate& key_template, in DeriveKey() function in crypto::tink::internal::RegistryImpl
/aosp_15_r20/external/tink/go/internal/internalregistry/
H A Dderivable_key_manager.go39 DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (proto.Message, error) methodSpec
H A Dkey_derivation.go70 func DeriveKey(keyTemplate *tinkpb.KeyTemplate, pseudorandomness io.Reader) (*tinkpb.KeyData, error… func
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_hmac_key_manager.cc65 StatusOr<JwtHmacKey> JwtHmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::jwt_internal::JwtHmacKeyManager
H A Draw_jwt_hmac_key_manager.cc75 StatusOr<JwtHmacKey> RawJwtHmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::jwt_internal::RawJwtHmacKeyManager
/aosp_15_r20/external/tink/cc/core/
H A Dkey_type_manager.h59 virtual crypto::tink::util::StatusOr<KeyProto> DeriveKey( in DeriveKey() function
/aosp_15_r20/external/tink/cc/streamingaead/
H A Daes_gcm_hkdf_streaming_key_manager.cc71 AesGcmHkdfStreamingKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::AesGcmHkdfStreamingKeyManager
H A Daes_ctr_hmac_streaming_key_manager.cc95 AesCtrHmacStreamingKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::AesCtrHmacStreamingKeyManager
/aosp_15_r20/external/tink/cc/mac/
H A Dhmac_key_manager.cc66 StatusOr<HmacKey> HmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::HmacKeyManager
/aosp_15_r20/external/tink/cc/prf/
H A Dhmac_prf_key_manager.cc73 StatusOr<HmacPrfKey> HmacPrfKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::HmacPrfKeyManager
H A Daes_cmac_prf_key_manager.h111 crypto::tink::util::StatusOr<google::crypto::tink::AesCmacPrfKey> DeriveKey( in DeriveKey() function
/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_sign_key_manager.cc88 StatusOr<Ed25519PrivateKey> Ed25519SignKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::Ed25519SignKeyManager
H A Decdsa_sign_key_manager.cc72 StatusOr<EcdsaPrivateKey> EcdsaSignKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::EcdsaSignKeyManager
/aosp_15_r20/external/tink/cc/aead/
H A Dxchacha20_poly1305_key_manager.h101 DeriveKey(const google::crypto::tink::XChaCha20Poly1305KeyFormat& key_format, in DeriveKey() function
H A Daes_gcm_key_manager.h112 crypto::tink::util::StatusOr<google::crypto::tink::AesGcmKey> DeriveKey( in DeriveKey() function
/aosp_15_r20/external/tink/go/aead/
H A Dxchacha20poly1305_key_manager.go116 func (km *xChaCha20Poly1305KeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Re… func
H A Daes_gcm_key_manager.go121 func (km *aesGCMKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (prot… func
/aosp_15_r20/external/tink/go/daead/
H A Daes_siv_key_manager.go124 func (km *aesSIVKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (prot… func
/aosp_15_r20/external/tink/cc/daead/
H A Daes_siv_key_manager.h88 crypto::tink::util::StatusOr<google::crypto::tink::AesSivKey> DeriveKey( in DeriveKey() function
/aosp_15_r20/external/tink/go/signature/
H A Ded25519_signer_key_manager.go135 func (km *ed25519SignerKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader… func
/aosp_15_r20/external/tink/go/mac/
H A Dhmac_key_manager.go119 func (km *hmacKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (proto.… func
/aosp_15_r20/external/tink/go/prf/
H A Dhkdf_prf_key_manager.go123 func (km *hkdfprfKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (pro… func
H A Dhmac_prf_key_manager.go130 func (km *hmacprfKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (pro… func

12