Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1180 SSL_CIPHER = ssl_cipher_st variable
1204 ('get_cipher_by_char', CFUNCTYPE(POINTER(SSL_CIPHER), POINTER(c_ubyte))),
1205 ('put_cipher_by_char', CFUNCTYPE(c_int, POINTER(SSL_CIPHER), POINTER(c_ubyte))),
1208 ('get_cipher', CFUNCTYPE(POINTER(SSL_CIPHER), c_uint)),
1243 ('cipher', POINTER(SSL_CIPHER)),
1493 ('new_cipher', POINTER(SSL_CIPHER)),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c1048 const SSL_CIPHER *current; in PySSL_cipher()