Home
last modified time | relevance | path

Searched refs:ssl_cipher_st (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1164 class ssl_cipher_st(Structure): class
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