Searched refs:SSL_CIPHER_find (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/regress/lib/libssl/ciphers/
H A Dcipherstest.c108 if ((cipher = SSL_CIPHER_find(ssl, buf)) == NULL) {
110 "SSL_CIPHER_find() returned NULL for %s\n",
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h119 LSSL_USED(SSL_CIPHER_find); variable
/openbsd-current/lib/libssl/
H A Dssl_ciph.c1529 SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr) function
1541 LSSL_ALIAS(SSL_CIPHER_find); variable
H A Dssl.h1125 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr);
/openbsd-current/regress/lib/libssl/exporter/
H A Dexportertest.c608 ssl->s3->hs.cipher = SSL_CIPHER_find(ssl, id);

Completed in 189 milliseconds