OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivIn
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
EncryptDecrypt.c
16
// TPM_RC_SIZE
IvIn
size is incompatible with the block cipher mode; or inData size is
64
if( (in->mode == TPM_ALG_ECB && in->
ivIn
.t.size != 0)
65
|| (in->mode != TPM_ALG_ECB && in->
ivIn
.t.size != blockSize))
77
out->ivOut = in->
ivIn
;
EncryptDecrypt_fp.h
16
TPM2B_IV
ivIn
;
Marshal_EncryptDecrypt.c
54
result = TPM2B_IV_Unmarshal(&target->
ivIn
, buffer, size);
CryptUtil_fp.h
320
TPM2B_IV *
ivIn
, // IN/OUT: IV for next block
330
TPM2B_IV *
ivIn
, // IN/OUT: Input IV and output chaining value for the
Object_spt.c
[
all
...]
CryptUtil.c
[
all
...]
Completed in 181 milliseconds