Home
last modified time | relevance | path

Searched refs:KeyAlgorithm (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fixtures/wpt/interfaces/
DWebCryptoAPI.idl24 dictionary KeyAlgorithm {
141 dictionary RsaKeyAlgorithm : KeyAlgorithm {
147 required KeyAlgorithm hash;
172 dictionary EcKeyAlgorithm : KeyAlgorithm {
189 dictionary AesKeyAlgorithm : KeyAlgorithm {
216 dictionary HmacKeyAlgorithm : KeyAlgorithm {
217 required KeyAlgorithm hash;
/third_party/typescript/src/lib/
Ddom.generated.d.ts30 interface AesKeyAlgorithm extends KeyAlgorithm {
381 interface EcKeyAlgorithm extends KeyAlgorithm {
547 interface HmacKeyAlgorithm extends KeyAlgorithm {
548 hash: KeyAlgorithm;
656 interface KeyAlgorithm { interface
1613 hash: KeyAlgorithm;
1620 interface RsaKeyAlgorithm extends KeyAlgorithm {
3860 readonly algorithm: KeyAlgorithm;
Dwebworker.generated.d.ts30 interface AesKeyAlgorithm extends KeyAlgorithm {
305 interface KeyAlgorithm { interface
1097 readonly algorithm: KeyAlgorithm;
/third_party/typescript/lib/
Dlib.dom.d.ts50 interface AesKeyAlgorithm extends KeyAlgorithm {
401 interface EcKeyAlgorithm extends KeyAlgorithm {
567 interface HmacKeyAlgorithm extends KeyAlgorithm {
568 hash: KeyAlgorithm;
676 interface KeyAlgorithm { interface
1633 hash: KeyAlgorithm;
1640 interface RsaKeyAlgorithm extends KeyAlgorithm {
3880 readonly algorithm: KeyAlgorithm;
Dlib.webworker.d.ts50 interface AesKeyAlgorithm extends KeyAlgorithm {
325 interface KeyAlgorithm { interface
1117 readonly algorithm: KeyAlgorithm;
/third_party/typescript/tests/lib/
Dlib.d.ts4137 interface KeyAlgorithm { interface
5371 algorithm: KeyAlgorithm;