Home
last modified time | relevance | path

Searched defs:SSL_export_keying_material (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dt1_enc.cc308 int SSL_export_keying_material(SSL *ssl, uint8_t *out, size_t out_len, in SSL_export_keying_material() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java930 …static native byte[] SSL_export_keying_material(long ssl, NativeSsl ssl_holder, byte[] label, byte… in SSL_export_keying_material() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java970 …static native byte[] SSL_export_keying_material(long ssl, NativeSsl ssl_holder, byte[] label, byte… in SSL_export_keying_material() method in NativeCrypto
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h478 #define SSL_export_keying_material GRPC_SHADOW_SSL_export_keying_material macro