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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c81 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]; variable
366 ssl_cipher_methods[i] = NULL;
369 ssl_cipher_methods[i] = cipher;
528 *enc = ssl_cipher_methods[i];
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c335 ctx->ssl_cipher_methods[i] = cipher;
500 const EVP_CIPHER *cipher = ctx->ssl_cipher_methods[i];
505 *enc = ctx->ssl_cipher_methods[i];
H A Dssl_local.h1192 const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]; member in struct:ssl_ctx_st
H A Dssl_lib.c3511 ssl_evp_cipher_free(a->ssl_cipher_methods[j]);

Completed in 227 milliseconds