Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h1030 CK_MECHANISM_TYPE asymWrapMechanism; member
Dssl3con.c5676 CK_MECHANISM_TYPE asymWrapMechanism = CKM_INVALID_MECHANISM; in getWrappingKey() local
5765 asymWrapMechanism = CKM_RSA_PKCS; in getWrappingKey()
5766 rv = PK11_PubWrapSymKey(asymWrapMechanism, svrPubKey, in getWrappingKey()
5854 asymWrapMechanism = masterWrapMech; in getWrappingKey()
5868 PORT_Assert(asymWrapMechanism != CKM_INVALID_MECHANISM); in getWrappingKey()
5872 wswk.asymWrapMechanism = asymWrapMechanism; in getWrappingKey()