Lines Matching refs:opParam
58 for (auto& opParam : characteristics) { in checkKeyCharacteristics() local
59 switch (opParam.tag) { in checkKeyCharacteristics()
61 operationConfig->set_algorithm(toString(accessTagValue(TAG_ALGORITHM, opParam))); in checkKeyCharacteristics()
64 operationConfig->set_key_size(accessTagValue(TAG_KEY_SIZE, opParam)); in checkKeyCharacteristics()
67 operationConfig->set_ec_curve(toString(accessTagValue(TAG_EC_CURVE, opParam))); in checkKeyCharacteristics()
70 operationConfig->set_user_auth_key_timeout(accessTagValue(TAG_AUTH_TIMEOUT, opParam)); in checkKeyCharacteristics()
73 operationConfig->set_origin(toString(accessTagValue(TAG_ORIGIN, opParam))); in checkKeyCharacteristics()
77 toString(accessTagValue(TAG_BLOB_USAGE_REQUIREMENTS, opParam))); in checkKeyCharacteristics()
81 toString(accessTagValue(TAG_USER_AUTH_TYPE, opParam))); in checkKeyCharacteristics()
91 for (auto& opParam : characteristics) { in checkOpCharacteristics() local
92 switch (opParam.tag) { in checkOpCharacteristics()
94 operationConfig->set_block_mode(toString(accessTagValue(TAG_BLOCK_MODE, opParam))); in checkOpCharacteristics()
97 operationConfig->set_padding(toString(accessTagValue(TAG_PADDING, opParam))); in checkOpCharacteristics()
100 operationConfig->set_digest(toString(accessTagValue(TAG_DIGEST, opParam))); in checkOpCharacteristics()