/aosp_15_r20/external/tink/cc/internal/ |
H A D | key_gen_configuration_impl_test.cc | 91 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 D | configuration_impl_test.cc | 107 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 D | registry_impl.cc | 86 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 D | derivable_key_manager.go | 39 DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (proto.Message, error) methodSpec
|
H A D | key_derivation.go | 70 func DeriveKey(keyTemplate *tinkpb.KeyTemplate, pseudorandomness io.Reader) (*tinkpb.KeyData, error… func
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | jwt_hmac_key_manager.cc | 65 StatusOr<JwtHmacKey> JwtHmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::jwt_internal::JwtHmacKeyManager
|
H A D | raw_jwt_hmac_key_manager.cc | 75 StatusOr<JwtHmacKey> RawJwtHmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::jwt_internal::RawJwtHmacKeyManager
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | key_type_manager.h | 59 virtual crypto::tink::util::StatusOr<KeyProto> DeriveKey( in DeriveKey() function
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A D | aes_gcm_hkdf_streaming_key_manager.cc | 71 AesGcmHkdfStreamingKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::AesGcmHkdfStreamingKeyManager
|
H A D | aes_ctr_hmac_streaming_key_manager.cc | 95 AesCtrHmacStreamingKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::AesCtrHmacStreamingKeyManager
|
/aosp_15_r20/external/tink/cc/mac/ |
H A D | hmac_key_manager.cc | 66 StatusOr<HmacKey> HmacKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::HmacKeyManager
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | hmac_prf_key_manager.cc | 73 StatusOr<HmacPrfKey> HmacPrfKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::HmacPrfKeyManager
|
H A D | aes_cmac_prf_key_manager.h | 111 crypto::tink::util::StatusOr<google::crypto::tink::AesCmacPrfKey> DeriveKey( in DeriveKey() function
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_sign_key_manager.cc | 88 StatusOr<Ed25519PrivateKey> Ed25519SignKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::Ed25519SignKeyManager
|
H A D | ecdsa_sign_key_manager.cc | 72 StatusOr<EcdsaPrivateKey> EcdsaSignKeyManager::DeriveKey( in DeriveKey() function in crypto::tink::EcdsaSignKeyManager
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | xchacha20_poly1305_key_manager.h | 101 DeriveKey(const google::crypto::tink::XChaCha20Poly1305KeyFormat& key_format, in DeriveKey() function
|
H A D | aes_gcm_key_manager.h | 112 crypto::tink::util::StatusOr<google::crypto::tink::AesGcmKey> DeriveKey( in DeriveKey() function
|
/aosp_15_r20/external/tink/go/aead/ |
H A D | xchacha20poly1305_key_manager.go | 116 func (km *xChaCha20Poly1305KeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Re… func
|
H A D | aes_gcm_key_manager.go | 121 func (km *aesGCMKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (prot… func
|
/aosp_15_r20/external/tink/go/daead/ |
H A D | aes_siv_key_manager.go | 124 func (km *aesSIVKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (prot… func
|
/aosp_15_r20/external/tink/cc/daead/ |
H A D | aes_siv_key_manager.h | 88 crypto::tink::util::StatusOr<google::crypto::tink::AesSivKey> DeriveKey( in DeriveKey() function
|
/aosp_15_r20/external/tink/go/signature/ |
H A D | ed25519_signer_key_manager.go | 135 func (km *ed25519SignerKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader… func
|
/aosp_15_r20/external/tink/go/mac/ |
H A D | hmac_key_manager.go | 119 func (km *hmacKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (proto.… func
|
/aosp_15_r20/external/tink/go/prf/ |
H A D | hkdf_prf_key_manager.go | 123 func (km *hkdfprfKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (pro… func
|
H A D | hmac_prf_key_manager.go | 130 func (km *hmacprfKeyManager) DeriveKey(serializedKeyFormat []byte, pseudorandomness io.Reader) (pro… func
|