Searched refs:KM_ERROR_UNEXPECTED_NULL_POINTER (Results 1 – 15 of 15) sorted by relevance
375 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_algorithms()406 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_block_modes()440 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_padding_modes()474 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_digests()505 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_import_formats()536 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_supported_export_formats()583 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in add_rng_entropy()600 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in add_rng_entropy()727 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in generate_key()838 if (!dev) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_key_characteristics()[all …]
65 if (!upgraded_key) return KM_ERROR_UNEXPECTED_NULL_POINTER; in UpgradeKeyBlob()
66 if (!keymaster1_device) return KM_ERROR_UNEXPECTED_NULL_POINTER; in SetHardwareDevice()
408 if (!wrapped_key_material) return KM_ERROR_UNEXPECTED_NULL_POINTER; in UnwrapKey()
66 if (name_out == nullptr) return KM_ERROR_UNEXPECTED_NULL_POINTER; in make_name_from_str()84 if (!name_out || !name.data) return KM_ERROR_UNEXPECTED_NULL_POINTER; in make_name_from_der()97 if (name == nullptr || name_out == nullptr) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_common_name()111 if (!cert_params) return KM_ERROR_UNEXPECTED_NULL_POINTER; in get_certificate_params()178 if (usage_extension_out == nullptr) return KM_ERROR_UNEXPECTED_NULL_POINTER; in make_key_usage_extension()250 if (!cert_out || !issuer) return KM_ERROR_UNEXPECTED_NULL_POINTER; in make_cert_rump()331 if (!certificate || !signing_key) return KM_ERROR_UNEXPECTED_NULL_POINTER; in sign_cert()
102 if (!cert_chain) return KM_ERROR_UNEXPECTED_NULL_POINTER; in GenerateKey()142 if (!cert_chain) return KM_ERROR_UNEXPECTED_NULL_POINTER; in ImportKey()
132 if (!cert_chain) return KM_ERROR_UNEXPECTED_NULL_POINTER; in GenerateKey()170 if (!cert_chain) return KM_ERROR_UNEXPECTED_NULL_POINTER; in ImportKey()
175 *error = KM_ERROR_UNEXPECTED_NULL_POINTER; in get_issuer_subject()249 *error = KM_ERROR_UNEXPECTED_NULL_POINTER; in AttestKeyInfo()
88 return KM_ERROR_UNEXPECTED_NULL_POINTER; in parse_wrapped_key()
126 return KM_ERROR_UNEXPECTED_NULL_POINTER; in GetEcdsa256KeyFromCert()
107 KM_ERROR_UNEXPECTED_NULL_POINTER); in insert_integer()262 ASSERT_OR_RETURN_ERROR(submod, KM_ERROR_UNEXPECTED_NULL_POINTER); in build_eat_submod()492 ASSERT_OR_RETURN_ERROR(record, KM_ERROR_UNEXPECTED_NULL_POINTER); in build_auth_list()803 ASSERT_OR_RETURN_ERROR(eat_token, KM_ERROR_UNEXPECTED_NULL_POINTER); in build_eat_record()973 ASSERT_OR_RETURN_ERROR(asn1_key_desc && asn1_key_desc_len, KM_ERROR_UNEXPECTED_NULL_POINTER); in build_attestation_record()1593 ASSERT_OR_RETURN_ERROR(set_builder, KM_ERROR_UNEXPECTED_NULL_POINTER); in parse_submod_values()
97 if (!output) return KM_ERROR_UNEXPECTED_NULL_POINTER; in hmacSha256()
470 KM_ERROR_UNEXPECTED_NULL_POINTER = -32, enumerator
268 public static final int KM_ERROR_UNEXPECTED_NULL_POINTER = field in KeymasterDefs
51020 Landroid/security/keymaster/KeymasterDefs;->KM_ERROR_UNEXPECTED_NULL_POINTER:I