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

/external/boringssl/src/ssl/
H A Dinternal.h399 struct ssl_cipher_st { struct
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py1164 class ssl_cipher_st(Structure): class in inherits:Structure
1166 ssl_cipher_st._fields_ = [
1178 assert sizeof(ssl_cipher_st) == 40, sizeof(ssl_cipher_st)
1179 assert alignment(ssl_cipher_st) == 4, alignment(ssl_cipher_st)
1180 SSL_CIPHER = ssl_cipher_st
2636 'Netscape_certificate_sequence', 'ssl_cipher_st',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py1164 class ssl_cipher_st(Structure): class in inherits:Structure
1166 ssl_cipher_st._fields_ = [
1178 assert sizeof(ssl_cipher_st) == 40, sizeof(ssl_cipher_st)
1179 assert alignment(ssl_cipher_st) == 4, alignment(ssl_cipher_st)
1180 SSL_CIPHER = ssl_cipher_st
2636 'Netscape_certificate_sequence', 'ssl_cipher_st',

Completed in 199 milliseconds