Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/base64/
A Dbase64_decode.c74 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-3.20.0/
A D.checkpatch.conf4 --strict
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/
A Dsub.mk1 cflags-y += -Wno-strict-aliasing
/optee_os-3.20.0/scripts/
A Dget_maintainer.py181 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-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1532 * Fix overly strict DN comparison when looking for CRLs belonging to a
1708 without providing a list of CAs. This was due to an overly strict bounds

Completed in 11 milliseconds