Lines Matching full:creates

141 // NewAlwaysFailingAead creates a new always failing AEAD.
163 // NewAlwaysFailingDeterministicAead creates a new always failing AEAD.
187 // NewTestKeyManager creates a new key manager that returns a specific primitive for a typeURL.
225 // NewDummySigner creates a new dummy signer with the specified name. The name
247 // NewDummyVerifier creates a new dummy verifier with the specified name. The
287 // NewTestAESGCMKeyset creates a new Keyset containing an AESGCMKey.
293 // NewTestAESGCMSIVKeyset creates a new Keyset containing an AESGCMSIVKey.
299 // NewTestAESSIVKeyset creates a new Keyset containing an AesSivKey.
314 // NewTestHMACKeyset creates a new Keyset containing a HMACKey.
320 // NewTestAESGCMHKDFKeyset creates a new Keyset containing an AESGCMHKDFKey.
331 // NewTestKeyset creates a new test Keyset.
352 // NewECDSAParams creates a ECDSAParams with the specified parameters.
361 // NewECDSAKeyFormat creates a ECDSAKeyFormat with the specified parameters.
366 // NewECDSAPrivateKey creates a ECDSAPrivateKey with the specified paramaters.
375 // NewECDSAPublicKey creates a ECDSAPublicKey with the specified paramaters.
385 // NewRandomECDSAPrivateKey creates an ECDSAPrivateKey with randomly generated key material.
394 // NewRandomECDSAPublicKey creates an ECDSAPublicKey with randomly generated key material.
408 // NewED25519PrivateKey creates an ED25519PrivateKey with randomly generated key material.
422 // NewED25519PublicKey creates an ED25519PublicKey with randomly generated key material.
427 // NewAESGCMKey creates a randomly generated AESGCMKey.
436 // NewAESGCMKeyData creates a KeyData containing a randomly generated AESGCMKey.
452 // NewAESGCMSIVKey creates a randomly generated AESGCMSIVKey.
461 // NewAESGCMSIVKeyData creates a KeyData containing a randomly generated AESGCMSIVKey.
477 // NewAESGCMHKDFKey creates a randomly generated AESGCMHKDFKey.
491 // NewAESGCMHKDFKeyData creates a KeyData containing a randomly generated AESGCMHKDFKey.
512 // NewAESCTRHMACKey creates a randomly generated AESCTRHMACKey.
554 // NewHMACKey creates a new HMACKey with the specified parameters.
565 // NewHMACKeyFormat creates a new HMACKeyFormat with the specified parameters.
582 // NewAESCMACKey creates a new AESCMACKey with the specified parameters.
593 // NewAESCMACKeyFormat creates a new AESCMACKeyFormat with the specified parameters.
639 // NewHMACPRFKey creates a new HMACPRFKey with the specified parameters.
650 // NewHMACPRFKeyFormat creates a new HMACPRFKeyFormat with the specified parameters.
668 // NewHKDFPRFKey creates a new HKDFPRFKey with the specified parameters.
679 // NewHKDFPRFKeyFormat creates a new HKDFPRFKeyFormat with the specified parameters.
689 // NewAESCMACPRFKey creates a new AESCMACPRFKey with the specified parameters.
698 // NewAESCMACPRFKeyFormat creates a new AESCMACPRFKeyFormat with the specified parameters.
706 // NewKeyData creates a new KeyData with the specified parameters.
715 // NewKey creates a new Key with the specified parameters.
725 // NewKeyset creates a new Keyset with the specified parameters.