Lines Matching refs:encoding

256 …if (object->common.key.encoding == CryptoKey_PLAINTEXT || object->common.key.encoding == CryptoKey…  in AESCMACLPF3_getResult()
267 else if (object->common.key.encoding == CryptoKey_PLAINTEXT_HSM) in AESCMACLPF3_getResult()
593 …if (object->common.key.encoding == CryptoKey_PLAINTEXT || object->common.key.encoding == CryptoKey… in AESCMACLPF3_oneStepOperation()
671 if (key->encoding == CryptoKey_PLAINTEXT || key->encoding == CryptoKey_KEYSTORE) in AESCMAC_oneStepSign()
676 else if (key->encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_oneStepSign()
695 if (key->encoding == CryptoKey_PLAINTEXT || key->encoding == CryptoKey_KEYSTORE) in AESCMAC_oneStepVerify()
700 else if (key->encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_oneStepVerify()
725 if (key->encoding == CryptoKey_PLAINTEXT) in AESCMACLPF3_setupSegmentedOperation()
731 else if (key->encoding == CryptoKey_PLAINTEXT_HSM) in AESCMACLPF3_setupSegmentedOperation()
786 if (key->encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_setupSign()
816 if (key->encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_setupVerify()
843 if (object->common.key.encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_addData()
887 …if (object->common.key.encoding == CryptoKey_PLAINTEXT || object->common.key.encoding == CryptoKey… in AESCMAC_addData()
984 if (object->common.key.encoding == CryptoKey_PLAINTEXT_HSM) in AESCMAC_finalize()
1047 …if (object->common.key.encoding == CryptoKey_PLAINTEXT || object->common.key.encoding == CryptoKey… in AESCMAC_finalize()
1075 if (object->common.key.encoding == CryptoKey_PLAINTEXT_HSM && in AESCMAC_close()
1105 …if (((object->common.key.encoding & CRYPTOKEY_HSM) == 0U) && (!object->common.operationInProgress)) in AESCMAC_cancelOperation()
1124 if ((object->common.key.encoding == CryptoKey_PLAINTEXT_HSM) && in AESCMAC_cancelOperation()
1201 if (object->common.key.encoding == CryptoKey_PLAINTEXT_HSM) in AESCMACLPF3HSM_oneStepOperation()