Mistake on this page? Email us
fcc_status.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // Copyright 2016-2017 ARM Ltd.
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 // ----------------------------------------------------------------------------
16 
17 #ifndef __FCC_STATUS_H__
18 #define __FCC_STATUS_H__
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
28  typedef enum {
67  FCC_MAX_STATUS = 0x7fffffff
68 } fcc_status_e;
69 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif //__FCC_STATUS_H__
Current URI is different than expected.
Definition: fcc_status.h:57
Current item wasn't found in the storage.
Definition: fcc_status.h:54
ROT already exist in storage.
Definition: fcc_status.h:36
fcc_status_e
Definition: fcc_status.h:28
FCC failed or did not initialized.
Definition: fcc_status.h:48
Can't use first to claim without bootstrap or with account ID.
Definition: fcc_status.h:58
Certificate's public key failed do not matches to corresponding private key.
Definition: fcc_status.h:63
Current item already exists in storage.
Definition: fcc_status.h:34
Certificate is expired.
Definition: fcc_status.h:42
Wrong value of bootstrapUse mode.
Definition: fcc_status.h:59
Operation ended with an unspecified error.
Definition: fcc_status.h:30
The message status is invalid.
Definition: fcc_status.h:64
The process failed in output info creation.
Definition: fcc_status.h:60
Operation completed successfully.
Definition: fcc_status.h:29
Current item's size is different then expected.
Definition: fcc_status.h:56
Protocol layer failed to create response buffer.
Definition: fcc_status.h:50
Current item's size is 0.
Definition: fcc_status.h:55
KCM basic functionality failed.
Definition: fcc_status.h:44
A parameter provided to the function was invalid.
Definition: fcc_status.h:32
KCM returned error upon cryptographic check of an certificate or key.
Definition: fcc_status.h:47
Protocol layer detected invalid group in a message.
Definition: fcc_status.h:52
The message contained more than CSR_MAX_NUMBER_OF_CSRS CSR requests.
Definition: fcc_status.h:65
KCM failed to read, write or get size of item from/to storage.
Definition: fcc_status.h:45
Operation failed to get an attribute.
Definition: fcc_status.h:40
Protocol layer detected unsupported group was found in a message.
Definition: fcc_status.h:51
Invalid CN field of certificate.
Definition: fcc_status.h:43
Invalid certificate found.
Definition: fcc_status.h:39
Entropy already exist in storage.
Definition: fcc_status.h:37
FCC flow was disabled - denial of service error.
Definition: fcc_status.h:38
Internal storage error.
Definition: fcc_status.h:33
The scheme version of a message in the protocol layer is wrong.
Definition: fcc_status.h:53
An out-of-memory condition occurred.
Definition: fcc_status.h:31
Current UTC is wrong.
Definition: fcc_status.h:62
KCM tried to create existing storage item.
Definition: fcc_status.h:46
Protocol layer general error.
Definition: fcc_status.h:49
The process failed in output info creation.
Definition: fcc_status.h:61
Unsupported feature for current configuration.
Definition: fcc_status.h:66
Invalid ca signature.
Definition: fcc_status.h:41
CA Certificate already exist in storage (currently only bootstrap CA)
Definition: fcc_status.h:35