Lines Matching defs:ret
96 int ret;
119 ret = stm32_hash_final_update((uint8_t *)param->pk_hashes,
121 if (ret != 0) {
126 ret = copy_hash_from_otp(PKH_OTP, otp_hash, len);
127 if (ret < 0) {
131 if (ret != 0) {
132 ret = memcmp(calc_hash, otp_hash, sizeof(calc_hash));
133 if (ret != 0) {
138 ret = sizeof(otp_hash);
143 return ret;