Searched refs:strict (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/misc/base64/ |
| H A D | base64_decode.c | 74 strict = 1, enumerator 92 if ((in[x] == 0) && (x == (inlen - 1)) && (mode != strict)) { in s_base64_decode_internal() 101 if (mode == strict) { in s_base64_decode_internal() 130 if (((y + g) != 4) && (mode == strict) && (map != map_base64url)) return CRYPT_INVALID_PACKET; in s_base64_decode_internal() 166 return s_base64_decode_internal(in, inlen, out, outlen, map_base64, strict); in base64_strict_decode() 210 return s_base64_decode_internal(in, inlen, out, outlen, map_base64url, strict); in base64url_strict_decode()
|
| /optee_os/ |
| H A D | .checkpatch.conf | 4 --strict
|
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 181 def get_subsystems_for_path(subsystems, path, strict): argument 197 if strict and len(found) > 1: 290 args.strict) 309 ss.update(get_subsystems_for_path(all_subsystems, path, args.strict))
|
| /optee_os/core/drivers/crypto/se050/adaptors/ |
| H A D | sub.mk | 1 cflags-y += -Wno-strict-aliasing
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 23 underflow, strict typing and such so the caller doesn't have to
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 3421 * Fix overly strict DN comparison when looking for CRLs belonging to a 3597 without providing a list of CAs. This was due to an overly strict bounds
|