OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sec_public_key
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_nss.cc
409
crypto::ScopedSECKEYPublicKey
sec_public_key
(
411
if (!
sec_public_key
)
414
const KeyType sec_key_type = SECKEY_GetPublicKeyType(
sec_public_key
.get());
421
new PublicKeyHandle(
sec_public_key
.Pass()),
765
// Note: NSS does not generate an
sec_public_key
if the call below fails,
766
// so there is no danger of a leaked
sec_public_key
.
767
SECKEYPublicKey*
sec_public_key
;
local
772
&
sec_public_key
,
782
new PublicKeyHandle(crypto::ScopedSECKEYPublicKey(
sec_public_key
)),
Completed in 5694 milliseconds