Home
last modified time | relevance | path

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

12

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

12