Searched refs:numCiphers (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslCipherSpecs.c476 size_t *numCiphers) /* IN/OUT */
478 if(*numCiphers < numCipherSuites) {
482 *numCiphers = numCipherSuites;
493 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
498 size_t *numCiphers)
500 if((ctx == NULL) || (numCiphers == NULL)) {
503 *numCiphers = CipherSuiteCount;
510 size_t *numCiphers) /* IN/OUT */
512 if((ctx == NULL) || (ciphers == NULL) || (numCiphers == NULL)) {
518 numCiphers);
472 cipherSuitesToCipherSuites( size_t numCipherSuites, const SSLCipherSuite *cipherSuites, SSLCipherSuite *ciphers, size_t *numCiphers) argument
497 SSLGetNumberSupportedCiphers(SSLContextRef ctx, size_t *numCiphers) argument
508 SSLGetSupportedCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
528 SSLSetEnabledCiphers(SSLContextRef ctx, const SSLCipherSuite *ciphers, size_t numCiphers) argument
585 SSLGetNumberEnabledCiphers(SSLContextRef ctx, size_t *numCiphers) argument
603 SSLGetEnabledCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
[all...]
H A Dsecuretransport++.cpp189 size_t numCiphers; local
190 MacOSError::check(SSLGetNumberSupportedCiphers(mContext, &numCiphers));
191 return numCiphers;
196 size_t &numCiphers) const
198 MacOSError::check(SSLGetSupportedCiphers(mContext, ciphers, &numCiphers));
203 size_t numCiphers; local
204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
205 return numCiphers;
210 size_t &numCiphers) const
212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
215 enabledCiphers( SSLCipherSuite *ciphers, size_t numCiphers) argument
[all...]
H A Dsecuretransport++.h51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
H A DSecureTransport.h661 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
666 size_t *numCiphers)
672 size_t *numCiphers) /* IN/OUT */
684 size_t numCiphers)
690 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
695 size_t *numCiphers)
701 size_t *numCiphers) /* IN/OUT */
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslCipherSpecs.c476 size_t *numCiphers) /* IN/OUT */
478 if(*numCiphers < numCipherSuites) {
482 *numCiphers = numCipherSuites;
493 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
498 size_t *numCiphers)
500 if((ctx == NULL) || (numCiphers == NULL)) {
503 *numCiphers = CipherSuiteCount;
510 size_t *numCiphers) /* IN/OUT */
512 if((ctx == NULL) || (ciphers == NULL) || (numCiphers == NULL)) {
518 numCiphers);
472 cipherSuitesToCipherSuites( size_t numCipherSuites, const SSLCipherSuite *cipherSuites, SSLCipherSuite *ciphers, size_t *numCiphers) argument
497 SSLGetNumberSupportedCiphers(SSLContextRef ctx, size_t *numCiphers) argument
508 SSLGetSupportedCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
528 SSLSetEnabledCiphers(SSLContextRef ctx, const SSLCipherSuite *ciphers, size_t numCiphers) argument
585 SSLGetNumberEnabledCiphers(SSLContextRef ctx, size_t *numCiphers) argument
603 SSLGetEnabledCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
[all...]
H A Dsecuretransport++.cpp189 size_t numCiphers; local
190 MacOSError::check(SSLGetNumberSupportedCiphers(mContext, &numCiphers));
191 return numCiphers;
196 size_t &numCiphers) const
198 MacOSError::check(SSLGetSupportedCiphers(mContext, ciphers, &numCiphers));
203 size_t numCiphers; local
204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
205 return numCiphers;
210 size_t &numCiphers) const
212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
215 enabledCiphers( SSLCipherSuite *ciphers, size_t numCiphers) argument
[all...]
H A Dsecuretransport++.h51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
H A DSecureTransport.h661 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
666 size_t *numCiphers)
672 size_t *numCiphers) /* IN/OUT */
684 size_t numCiphers)
690 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
695 size_t *numCiphers)
701 size_t *numCiphers) /* IN/OUT */
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslCipherSpecs.c476 size_t *numCiphers) /* IN/OUT */
478 if(*numCiphers < numCipherSuites) {
482 *numCiphers = numCipherSuites;
493 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
498 size_t *numCiphers)
500 if((ctx == NULL) || (numCiphers == NULL)) {
503 *numCiphers = CipherSuiteCount;
510 size_t *numCiphers) /* IN/OUT */
512 if((ctx == NULL) || (ciphers == NULL) || (numCiphers == NULL)) {
518 numCiphers);
472 cipherSuitesToCipherSuites( size_t numCipherSuites, const SSLCipherSuite *cipherSuites, SSLCipherSuite *ciphers, size_t *numCiphers) argument
497 SSLGetNumberSupportedCiphers(SSLContextRef ctx, size_t *numCiphers) argument
508 SSLGetSupportedCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
528 SSLSetEnabledCiphers(SSLContextRef ctx, const SSLCipherSuite *ciphers, size_t numCiphers) argument
585 SSLGetNumberEnabledCiphers(SSLContextRef ctx, size_t *numCiphers) argument
603 SSLGetEnabledCiphers(SSLContextRef ctx, SSLCipherSuite *ciphers, size_t *numCiphers) argument
[all...]
H A Dsecuretransport++.cpp189 size_t numCiphers; local
190 MacOSError::check(SSLGetNumberSupportedCiphers(mContext, &numCiphers));
191 return numCiphers;
196 size_t &numCiphers) const
198 MacOSError::check(SSLGetSupportedCiphers(mContext, ciphers, &numCiphers));
203 size_t numCiphers; local
204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
205 return numCiphers;
210 size_t &numCiphers) const
212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
215 enabledCiphers( SSLCipherSuite *ciphers, size_t numCiphers) argument
[all...]
H A Dsecuretransport++.h51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
H A DSecureTransport.h661 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
666 size_t *numCiphers)
672 size_t *numCiphers) /* IN/OUT */
684 size_t numCiphers)
690 * its size in *numCiphers. If supplied buffer is too small, errSSLBufferOverflow
695 size_t *numCiphers)
701 size_t *numCiphers) /* IN/OUT */
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp300 size_t numCiphers, totalCiphers; local
304 status = SSLGetNumberEnabledCiphers(ctx, &numCiphers);
305 ciphers = (SSLCipherSuite *)malloc(sizeof(SSLCipherSuite) * numCiphers);
306 status = SSLGetEnabledCiphers(ctx, ciphers, &numCiphers);
308 printf(" Total enabled ciphers : %ld of %ld\n", numCiphers, totalCiphers);
310 for(i=0; i<numCiphers; i++) {
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-esp.c172 int numCiphers = 0; // Number of cipher records to check local
184 numCiphers = sizeof(gCiphers) / sizeof(CipherTable);
185 for (iCnt = 0; iCnt < numCiphers; iCnt++, tablePtr++) {

Completed in 141 milliseconds