Searched refs:CTX_IV (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsymCipher.c89 /* CTX_IV: Address of the iv context in the SymCipherContext struct */
92 cccbc_iv *CTX_IV(struct SymCipherContext *ctx) function
158 cccbc_set_iv(cbc, CTX_IV(ctx), iv);
194 cccbc_update(cipherCtx->cbc, CTX_KEY(cipherCtx), CTX_IV(cipherCtx), nblocks, src, dest);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsymCipher.c89 /* CTX_IV: Address of the iv context in the SymCipherContext struct */
92 cccbc_iv *CTX_IV(struct SymCipherContext *ctx) function
158 cccbc_set_iv(cbc, CTX_IV(ctx), iv);
194 cccbc_update(cipherCtx->cbc, CTX_KEY(cipherCtx), CTX_IV(cipherCtx), nblocks, src, dest);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsymCipher.c89 /* CTX_IV: Address of the iv context in the SymCipherContext struct */
92 cccbc_iv *CTX_IV(struct SymCipherContext *ctx) function
158 cccbc_set_iv(cbc, CTX_IV(ctx), iv);
194 cccbc_update(cipherCtx->cbc, CTX_KEY(cipherCtx), CTX_IV(cipherCtx), nblocks, src, dest);

Completed in 161 milliseconds