Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:d2i_SSL_SESSION

2611                 long session2 = NativeCrypto.d2i_SSL_SESSION(b);
2614 // Make sure d2i_SSL_SESSION retores SSL_SESSION_cipher value http://b/7091840
2633 NativeCrypto.d2i_SSL_SESSION(null);
2638 NativeCrypto.d2i_SSL_SESSION(new byte[0]);
2643 NativeCrypto.d2i_SSL_SESSION(new byte[1]);