Home | History | Annotate | Download | only in conscrypt

Lines Matching refs:pkey2

310         NativeRef.EVP_PKEY pkey2 = getRsaPkey(generateRsaKey());
311 assertNotSame(NULL, pkey2);
319 "Different keys should not be equal", 0, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));