Home
last modified time | relevance | path

Searched refs:kKeyContextInput (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_keys.cc66 (context == kKeyContextInput && in GetKeyFormatAndTypeFromJs()
682 if (context != kKeyContextInput) in GetPrivateKeyEncodingFromJs()
686 if (context != kKeyContextInput) { in GetPrivateKeyEncodingFromJs()
703 CHECK_IMPLIES(context != kKeyContextInput, result.cipher_ != nullptr); in GetPrivateKeyEncodingFromJs()
737 GetPrivateKeyEncodingFromJs(args, offset, kKeyContextInput); in GetPrivateKeyFromJs()
767 GetPrivateKeyEncodingFromJs(args, offset, kKeyContextInput); in GetPublicOrPrivateKeyFromJs()
Dcrypto_keys.h45 kKeyContextInput, enumerator