Searched refs:SSL_CIPHER_get_id (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/lib/libssl/ciphers/
H A Dcipherstest.c58 if ((id = SSL_CIPHER_get_id(cipher)) <= prev_id) {
221 if (SSL_CIPHER_get_id(cipher) == pct->cids[j])
225 SSL_CIPHER_get_id(cipher), pct->cids[j]);
442 if (SSL_CIPHER_get_id(cipher) == cst->cids[j])
446 SSL_CIPHER_get_id(cipher), cst->cids[j]);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h117 LSSL_USED(SSL_CIPHER_get_id); variable
/openbsd-current/lib/libssl/
H A Dssl_ciph.c1515 SSL_CIPHER_get_id(const SSL_CIPHER *c) function
1519 LSSL_ALIAS(SSL_CIPHER_get_id); variable
H A Dssl.h1123 unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c);

Completed in 112 milliseconds