Home
last modified time | relevance | path

Searched refs:cipherInSize (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DCryptUtil_fp.h71 UINT16 cipherInSize, // IN: size of cipher text in byte
DCryptUtil.c988 UINT16 cipherInSize, // IN: size of cipher text in byte in CryptDecryptRSA() argument
1019 if(cipherInSize != rsaKey->publicArea.unique.rsa.t.size) in CryptDecryptRSA()
1036 cipherInSize, cipherIn, hashAlg, label); in CryptDecryptRSA()
Dpart4.txt20511 722 UINT16 cipherInSize, // IN: size of cipher text in byte
20548 759 if(cipherInSize != rsaKey->publicArea.unique.rsa.t.size)
20568 779 cipherInSize, cipherIn, hashAlg, label);