Searched defs:pOtherInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_X9_42_DH1_DERIVE_PARAMS.java60 * CK_BYTE_PTR pOtherInfo;
82 * CK_BYTE_PTR pOtherInfo;
85 public byte[] pOtherInfo; field in class:CK_X9_42_DH1_DERIVE_PARAMS
111 buffer.append(pOtherInfo.length);
115 buffer.append("pOtherInfo: ");
116 buffer.append(Functions.toHexString(pOtherInfo));
H A DCK_X9_42_DH2_DERIVE_PARAMS.java60 * CK_BYTE_PTR pOtherInfo;
86 * CK_BYTE_PTR pOtherInfo;
89 public byte[] pOtherInfo; field in class:CK_X9_42_DH2_DERIVE_PARAMS
140 buffer.append(pOtherInfo.length);
144 buffer.append("pOtherInfo: ");
145 buffer.append(Functions.toHexString(pOtherInfo));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1289 CK_BYTE_PTR pOtherInfo; member in struct:CK_X9_42_DH1_DERIVE_PARAMS
1303 CK_BYTE_PTR pOtherInfo; member in struct:CK_X9_42_DH2_DERIVE_PARAMS
1317 CK_BYTE_PTR pOtherInfo; member in struct:CK_X9_42_MQV_DERIVE_PARAMS

Completed in 696 milliseconds