Searched refs:ivSize (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsymCipherParams.c42 .ivSize = 8,
52 .ivSize = 8,
70 .ivSize = 8,
80 .ivSize = 16,
90 .ivSize = 16,
100 .ivSize = 16,
108 .ivSize = 16,
H A DsslNullCipher.c32 .ivSize = 0,
H A DsymCipher.h55 uint8_t ivSize; member in struct:__anon4906
H A DSecureTransportPriv.h87 size_t *ivSize);
H A DsslContext.h138 uint8_t ivSize; member in struct:__anon4889
H A DSSLRecordInternal.c494 + ctx->selectedCipherSpec.cipher->params->ivSize*2)
530 ivPtr = keyDataProgress + ctx->selectedCipherSpec.cipher->params->ivSize;
H A DsslCipherSpecs.c638 dst->ivSize = dst->blockSize;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsymCipherParams.c42 .ivSize = 8,
52 .ivSize = 8,
70 .ivSize = 8,
80 .ivSize = 16,
90 .ivSize = 16,
100 .ivSize = 16,
108 .ivSize = 16,
H A DsslNullCipher.c32 .ivSize = 0,
H A DsymCipher.h55 uint8_t ivSize; member in struct:__anon4952
H A DSecureTransportPriv.h87 size_t *ivSize);
H A DsslContext.h138 uint8_t ivSize; member in struct:__anon4935
H A DSSLRecordInternal.c494 + ctx->selectedCipherSpec.cipher->params->ivSize*2)
530 ivPtr = keyDataProgress + ctx->selectedCipherSpec.cipher->params->ivSize;
H A DsslCipherSpecs.c638 dst->ivSize = dst->blockSize;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsymCipherParams.c42 .ivSize = 8,
52 .ivSize = 8,
70 .ivSize = 8,
80 .ivSize = 16,
90 .ivSize = 16,
100 .ivSize = 16,
108 .ivSize = 16,
H A DsslNullCipher.c32 .ivSize = 0,
H A DsymCipher.h55 uint8_t ivSize; member in struct:__anon5005
H A DSecureTransportPriv.h87 size_t *ivSize);
H A DsslContext.h138 uint8_t ivSize; member in struct:__anon4988
H A DSSLRecordInternal.c494 + ctx->selectedCipherSpec.cipher->params->ivSize*2)
530 ivPtr = keyDataProgress + ctx->selectedCipherSpec.cipher->params->ivSize;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_openssl.c60 int ivSize; member in struct:apr_crypto_key_t
69 int ivSize; member in struct:apr_crypto_block_t
339 * @param ivSize The size of the initialisation vector will be returned, based
357 static apr_status_t crypto_passphrase(apr_crypto_key_t **k, apr_size_t *ivSize, argument
448 key->ivSize = EVP_CIPHER_iv_length(key->cipher);
450 if (ivSize) {
451 *ivSize = key->ivSize;
499 if (key->ivSize) {
504 usedIv = apr_pcalloc(p, key->ivSize);
[all...]
H A Dapr_crypto_nss.c70 int ivSize; member in struct:apr_crypto_key_t
376 * @param ivSize The size of the initialisation vector will be returned, based
394 static apr_status_t crypto_passphrase(apr_crypto_key_t **k, apr_size_t *ivSize, argument
504 key->ivSize = PK11_GetIVLength(key->cipherMech);
505 if (ivSize) {
506 *ivSize = key->ivSize;
550 if (key->ivSize) {
556 usedIv = apr_pcalloc(p, key->ivSize);
560 apr_crypto_clear(p, usedIv, key->ivSize);
[all...]
H A Dapr_crypto.c324 * @param ivSize The size of the initialisation vector will be returned, based
343 apr_size_t *ivSize, const char *pass, apr_size_t passLen,
349 return f->provider->passphrase(key, ivSize, pass, passLen, salt, saltLen,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/
H A Dapr_crypto_internal.h92 * @param ivSize The size of the initialisation vector will be returned, based
110 apr_status_t (*passphrase)(apr_crypto_key_t **key, apr_size_t *ivSize,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_crypto.h238 * @param ivSize The size of the initialisation vector will be returned, based
257 apr_size_t *ivSize, const char *pass, apr_size_t passLen,

Completed in 234 milliseconds

12