Lines Matching refs:keyA
5421 TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
5422 TPM_RC_KEY key referenced by keyA is not an ECC key
5424 TPM_RC_SCHEME the scheme of the key referenced by keyA is not TPM_ALG_NULL,
5566 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the…
5571 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT).
5586 … TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both
5624 TPMI_DH_OBJECT @keyA
5668 TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
5669 … TPM_RC_ECC_POINT inQsB or inQeB is not on the curve of the key reference by keyA
5670 TPM_RC_KEY key referenced by keyA is not an ECC key
5671 TPM_RC_SCHEME the scheme of the key referenced by keyA is not TPM_ALG_NULL,
5687 17 eccKey = ObjectGet(in->keyA);
5689 19 // keyA must be an ECC key
5693 23 // keyA must not be restricted and must be a decrypt key
5699 29 // if the scheme of keyA is TPM_ALG_NULL, then use the input scheme; otherwise
5700 30 // the input scheme must be the same as the scheme of keyA
5712 42 // Input points must be on the curve of keyA