Lines Matching refs:pAssert

97     pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL);  in _cpri__AESEncryptCBC()
100 pAssert(dInSize <= INT32_MAX); in _cpri__AESEncryptCBC()
154 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__AESDecryptCBC()
157 pAssert(dInSize <= INT32_MAX); in _cpri__AESDecryptCBC()
212 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__AESEncryptCFB()
215 pAssert(dInSize <= INT32_MAX); in _cpri__AESEncryptCFB()
268 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__AESDecryptCFB()
271 pAssert(dInSize <= INT32_MAX); in _cpri__AESDecryptCFB()
323 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__AESEncryptCTR()
326 pAssert(dInSize <= INT32_MAX); in _cpri__AESEncryptCTR()
367 pAssert(dOut != NULL && key != NULL && dIn != NULL); in _cpri__AESEncryptECB()
370 pAssert(dInSize <= INT32_MAX); in _cpri__AESEncryptECB()
410 pAssert(dOut != NULL && key != NULL && dIn != NULL); in _cpri__AESDecryptECB()
413 pAssert(dInSize <= INT32_MAX); in _cpri__AESDecryptECB()
462 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__AESEncryptOFB()
465 pAssert(dInSize <= INT32_MAX); in _cpri__AESEncryptOFB()
514 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4EncryptCBC()
517 pAssert(dInSize <= INT32_MAX); in _cpri__SM4EncryptCBC()
571 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4DecryptCBC()
574 pAssert(dInSize <= INT32_MAX); in _cpri__SM4DecryptCBC()
629 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4EncryptCFB()
632 pAssert(dInSize <= INT32_MAX); in _cpri__SM4EncryptCFB()
681 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4DecryptCFB()
684 pAssert(dInSize <= INT32_MAX); in _cpri__SM4DecryptCFB()
736 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4EncryptCTR()
739 pAssert(dInSize <= INT32_MAX); in _cpri__SM4EncryptCTR()
780 pAssert(dOut != NULL && key != NULL && dIn != NULL); in _cpri__SM4EncryptECB()
783 pAssert(dInSize <= INT32_MAX); in _cpri__SM4EncryptECB()
826 pAssert(dOut != NULL && key != NULL && dIn != NULL); in _cpri__SM4DecryptECB()
829 pAssert(dInSize <= INT32_MAX); in _cpri__SM4DecryptECB()
875 pAssert(dOut != NULL && key != NULL && iv != NULL && dIn != NULL); in _cpri__SM4EncryptOFB()
878 pAssert(dInSize <= INT32_MAX); in _cpri__SM4EncryptOFB()