Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_decode_custom_type.c50 unsigned long size, x, y, z, blksize; in der_decode_custom_type_ex() local
115 blksize = inlen - x; in der_decode_custom_type_ex()
119 if ((err = der_decode_asn1_length(&in[x], &y, &blksize)) != CRYPT_OK) { in der_decode_custom_type_ex()
126 if (blksize > (inlen - x)) { in der_decode_custom_type_ex()
139 blksize += x; in der_decode_custom_type_ex()
408 if (blksize == x && seq_err == CRYPT_OK && inlen == 0) { in der_decode_custom_type_ex()
411 } else if (blksize == x && seq_err == CRYPT_INPUT_TOO_LONG && inlen == 0) { in der_decode_custom_type_ex()
414 } else if (blksize != x && ((flags & LTC_DER_SEQ_STRICT) == LTC_DER_SEQ_STRICT)) { in der_decode_custom_type_ex()

Completed in 3 milliseconds