Lines Matching refs:TPM_ALG_NULL
416 if (hash_alg == TPM_ALG_NULL) { in AsymmetricEncrypt()
421 } else if (scheme == TPM_ALG_OAEP || scheme == TPM_ALG_NULL) { in AsymmetricEncrypt()
479 if (hash_alg == TPM_ALG_NULL) { in AsymmetricDecrypt()
484 } else if (scheme == TPM_ALG_OAEP || scheme == TPM_ALG_NULL) { in AsymmetricDecrypt()
548 if (hash_alg == TPM_ALG_NULL) { in Sign()
554 } else if (scheme == TPM_ALG_RSASSA || scheme == TPM_ALG_NULL) { in Sign()
641 if (hash_alg == TPM_ALG_NULL) { in Verify()
650 } else if (scheme == TPM_ALG_NULL || scheme == TPM_ALG_RSASSA) { in Verify()
693 in_scheme.scheme = TPM_ALG_NULL; in CertifyCreation()
1709 public_area.parameters.rsa_detail.scheme.scheme = TPM_ALG_NULL; in CreateDefaultPublicArea()
1710 public_area.parameters.rsa_detail.symmetric.algorithm = TPM_ALG_NULL; in CreateDefaultPublicArea()
1717 public_area.parameters.ecc_detail.kdf.scheme = TPM_ALG_NULL; in CreateDefaultPublicArea()
1722 public_area.parameters.keyed_hash_detail.scheme.scheme = TPM_ALG_NULL; in CreateDefaultPublicArea()