Lines Matching refs:retVal
166 register uint32_t retVal; in hashcrypt_get_word_from_unaligned()
169 LDR retVal, [srcAddr] in hashcrypt_get_word_from_unaligned()
171 return retVal; in hashcrypt_get_word_from_unaligned()
184 status_t retVal = kStatus_InvalidArgument; in hashcrypt_get_key_from_unaligned_src() local
191 return retVal; in hashcrypt_get_key_from_unaligned_src()
1203 status_t retVal = kStatus_InvalidArgument; in HASHCRYPT_AES_SetKey() local
1223 return retVal; in HASHCRYPT_AES_SetKey()
1229 retVal = kStatus_Success; in HASHCRYPT_AES_SetKey()
1233 retVal = hashcrypt_get_key_from_unaligned_src((uint8_t *)&handle->keyWord[0], key, keySize); in HASHCRYPT_AES_SetKey()
1237 retVal = kStatus_InvalidArgument; in HASHCRYPT_AES_SetKey()
1240 return retVal; in HASHCRYPT_AES_SetKey()