Searched refs:CryptoKey_STATUS_SUCCESS (Results 1 – 4 of 4) sorted by relevance
48 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_markAsBlank()60 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_initKey()73 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_initBlankKey()83 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_setKeyLocation()93 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_getKeyLocation()103 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_getKeyLength()113 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintext_setKeyLength()127 return CryptoKey_STATUS_SUCCESS; in CryptoKeyPlaintextHSM_initKey()
64 status = CryptoKey_STATUS_SUCCESS; in CryptoKey_verifySecureKey()69 status = CryptoKey_STATUS_SUCCESS; in CryptoKey_verifySecureKey()106 if (CryptoKey_verifySecureInputKey(dst) != CryptoKey_STATUS_SUCCESS) in CryptoKey_copySecureInputKey()114 return CryptoKey_STATUS_SUCCESS; in CryptoKey_copySecureInputKey()132 if (CryptoKey_verifySecureOutputKey(dst) != CryptoKey_STATUS_SUCCESS) in CryptoKey_copySecureOutputKey()140 return CryptoKey_STATUS_SUCCESS; in CryptoKey_copySecureOutputKey()152 return CryptoKey_STATUS_SUCCESS; in CryptoKey_getCryptoKeyType()169 return CryptoKey_STATUS_SUCCESS; in CryptoKey_isBlank()
56 return CryptoKey_STATUS_SUCCESS; in KeyStore_PSA_initKey()75 return CryptoKey_STATUS_SUCCESS; in KeyStore_PSA_initBlankKey()
128 #define CryptoKey_STATUS_SUCCESS (0) macro