OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPT_NO_RESULT
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
CryptoEngine.h
216
#define
CRYPT_NO_RESULT
((CRYPT_RESULT) -1)
CpriECC.c
263
//
CRYPT_NO_RESULT
point is at infinity
279
return
CRYPT_NO_RESULT
;
327
// If the multiply produces the point at infinity, the
CRYPT_NO_RESULT
is returned.
338
//
CRYPT_NO_RESULT
the product point is at infinity
458
//
CRYPT_NO_RESULT
if K, L or E was computed to be the point at infinity
737
!=
CRYPT_NO_RESULT
)
774
// has to be supported. Thus the only possible error is
CRYPT_NO_RESULT
.
776
if(retVal !=
CRYPT_NO_RESULT
)
854
!=
CRYPT_NO_RESULT
)
[
all
...]
CryptUtil.c
25
// TPM_RC_NO_RESULT
CRYPT_NO_RESULT
43
case
CRYPT_NO_RESULT
:
[
all
...]
Completed in 387 milliseconds