HomeSort by relevance Sort by last modified time
    Searched refs:CRYPT_PARAMETER (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
CpriRSA.c 27 // CRYPT_PARAMETER prime is not half the size of the modulus, or the modulus is not evenly
72 retVal = CRYPT_PARAMETER;
81 retVal = CRYPT_PARAMETER; // problem may be recoverable
101 retVal = CRYPT_PARAMETER;
123 // If no modular inverse exists, then CRYPT_PARAMETER is returned.
128 // CRYPT_PARAMETER one or more parameters are invalid
158 return CRYPT_PARAMETER;
183 retVal = CRYPT_PARAMETER;
193 retVal = CRYPT_PARAMETER;
202 retVal = CRYPT_PARAMETER;
    [all...]
CpriSym.c 79 // CRYPT_PARAMETER dInSize is not a multiple of the block size
105 return CRYPT_PARAMETER;
134 // CRYPT_PARAMETER dInSize is not a multiple of the block size
162 return CRYPT_PARAMETER;
375 return CRYPT_PARAMETER;
418 return CRYPT_PARAMETER;
496 // CRYPT_PARAMETER dInSize is not a multiple of the block size
522 return CRYPT_PARAMETER;
551 // CRYPT_PARAMETER dInSize is not a multiple of the block size
579 return CRYPT_PARAMETER;
    [all...]
CryptoEngine.h 219 #define CRYPT_PARAMETER ((CRYPT_RESULT) -3)
MathFunctions.c 226 return CRYPT_PARAMETER;
436 // CRYPT_PARAMETER number to exponentiate is larger than the modulus
479 retVal = CRYPT_PARAMETER;
CpriECC.c 499 retVal = CRYPT_PARAMETER;
661 // CRYPT_PARAMETER the hash algorithm is not supported
695 return CRYPT_PARAMETER;
    [all...]
CryptUtil.c 27 // TPM_RC_VALUE CRYPT_PARAMETER
47 case CRYPT_PARAMETER:
831 // CRYPT_PARAMETER
836 return TPM_RC_BINDING; // convert CRYPT_PARAMETER
    [all...]

Completed in 104 milliseconds