/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
A D | der_decode_choice.c | 44 list[x].used = 0; in der_decode_choice() 56 list[x].used = 1; in der_decode_choice() 66 list[x].used = 1; in der_decode_choice() 76 list[x].used = 1; in der_decode_choice() 86 list[x].used = 1; in der_decode_choice() 97 list[x].used = 1; in der_decode_choice() 108 list[x].used = 1; in der_decode_choice() 119 list[x].used = 1; in der_decode_choice() 127 list[x].used = 1; in der_decode_choice() 182 list[x].used = 1; in der_decode_choice() [all …]
|
/optee_os/core/lib/zlib/ |
A D | inftrees.c | 48 unsigned used; /* code entries in table used */ local 206 used = 1U << root; /* use root table entries */ 207 mask = used - 1; /* mask for comparing low */ 210 if ((type == LENS && used > ENOUGH_LENS) || 211 (type == DISTS && used > ENOUGH_DISTS)) 278 used += 1U << curr; 279 if ((type == LENS && used > ENOUGH_LENS) || 280 (type == DISTS && used > ENOUGH_DISTS)) 302 *table += used;
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_set.c | 36 return A->used - B->used; in _qsort_helper() 65 copy[x].used = x; in der_encode_set()
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_decode_custom_type.c | 110 if (((unsigned long)root->used >= der_asn1_type_to_identifier_map_sz) || in der_decode_custom_type_ex() 111 (der_asn1_type_to_identifier_map[root->used] == -1)) { in der_decode_custom_type_ex() 116 root->type = (ltc_asn1_type)root->used; in der_decode_custom_type_ex() 140 list[i].used = 0; in der_decode_custom_type_ex() 153 if (!ordered && list[i].used == 1) { continue; } in der_decode_custom_type_ex() 385 list[i].used = 1; in der_decode_custom_type_ex() 393 if (list[i].used == 0 && list[i].optional == 0) { in der_decode_custom_type_ex()
|
A D | der_length_custom_type.c | 56 type = (ltc_asn1_type)list[i].used; in der_length_custom_type() 68 if (!list[i].used && list[i].optional) continue; in der_length_custom_type()
|
A D | der_encode_custom_type.c | 83 type = (ltc_asn1_type)list[i].used; in der_encode_custom_type()
|
/optee_os/core/lib/libfdt/ |
A D | README.license | 17 libfdt, however, is GPL/BSD dual-licensed. That is, it may be used 27 tools. Allowing libfdt to be used under the terms of the BSD license 33 believe the goal of allowing libfdt to be widely used is more 38 Licenses such as the LGPL which would allow code to be used in non-GPL 40 considered. However, libfdt is designed to be used in firmwares and
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | sha512.c | 410 unsigned used; in mbedtls_sha512_finish_ret() local 419 used = ctx->total[0] & 0x7F; in mbedtls_sha512_finish_ret() 421 ctx->buffer[used++] = 0x80; in mbedtls_sha512_finish_ret() 423 if( used <= 112 ) in mbedtls_sha512_finish_ret() 426 memset( ctx->buffer + used, 0, 112 - used ); in mbedtls_sha512_finish_ret() 431 memset( ctx->buffer + used, 0, 128 - used ); in mbedtls_sha512_finish_ret()
|
A D | md5.c | 323 uint32_t used; in mbedtls_md5_finish_ret() local 329 used = ctx->total[0] & 0x3F; in mbedtls_md5_finish_ret() 331 ctx->buffer[used++] = 0x80; in mbedtls_md5_finish_ret() 333 if( used <= 56 ) in mbedtls_md5_finish_ret() 336 memset( ctx->buffer + used, 0, 56 - used ); in mbedtls_md5_finish_ret() 341 memset( ctx->buffer + used, 0, 64 - used ); in mbedtls_md5_finish_ret()
|
A D | sha256.c | 362 uint32_t used; in mbedtls_sha256_finish_ret() local 371 used = ctx->total[0] & 0x3F; in mbedtls_sha256_finish_ret() 373 ctx->buffer[used++] = 0x80; in mbedtls_sha256_finish_ret() 375 if( used <= 56 ) in mbedtls_sha256_finish_ret() 378 memset( ctx->buffer + used, 0, 56 - used ); in mbedtls_sha256_finish_ret() 383 memset( ctx->buffer + used, 0, 64 - used ); in mbedtls_sha256_finish_ret()
|
A D | ssl_tls.c | 5357 used += 8; in ssl_session_save() 5482 used += 1; in ssl_session_save() 5489 used += 1; in ssl_session_save() 5496 used += 1; in ssl_session_save() 5503 *olen = used; in ssl_session_save() 6339 used += 4; in mbedtls_ssl_context_save() 6350 used += 16; in mbedtls_ssl_context_save() 6374 used += 1; in mbedtls_ssl_context_save() 6381 used += 8; in mbedtls_ssl_context_save() 6389 used += 2; in mbedtls_ssl_context_save() [all …]
|
A D | sha1.c | 375 uint32_t used; in mbedtls_sha1_finish_ret() local 384 used = ctx->total[0] & 0x3F; in mbedtls_sha1_finish_ret() 386 ctx->buffer[used++] = 0x80; in mbedtls_sha1_finish_ret() 388 if( used <= 56 ) in mbedtls_sha1_finish_ret() 391 memset( ctx->buffer + used, 0, 56 - used ); in mbedtls_sha1_finish_ret() 396 memset( ctx->buffer + used, 0, 64 - used ); in mbedtls_sha1_finish_ret()
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 8 key type used, as well as the key bit-size in the case of 162 unsupported extension used by the server. 187 should be used. 1056 and the used tls-prf. 1079 and the used tls-prf. 1710 underlying transport in case event-driven IO is used. 1739 I/O was used. Found and reported by Hubert Mis in #772. 2354 when GCM is used. Found by udf2457. #441 2619 be always used (found by dcb314) (#235) 2768 argument (allowing memory savings if HMAC is not used) [all …]
|
A D | README.md | 33 There are currently three active build systems used within Mbed TLS releases: 39 The main systems used for development are CMake and GNU Make. Those systems are always complete and… 207 …an be used in a PSA-compliant platform to build services, such as secure boot, secure storage and …
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_length_sequence.c | 55 if (!list[i].used && list[i].optional) continue; in der_length_sequence_ex()
|
A D | der_decode_sequence_flexi.c | 110 l->used = identifier; in der_decode_sequence_flexi()
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/ |
A D | COPYING.txt | 24 may be used to endorse or promote products derived from this software
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 116 return (n >= A->used || n < 0) ? 0 : A->dp[n]; in get_digit() 124 return A->used; in get_digit_count()
|
A D | tfm_desc.c | 98 return A->used > 0 ? A->dp[0] : 0; in get_int() 106 return (n >= A->used || n < 0) ? 0 : A->dp[n]; in get_digit() 114 return A->used; in get_digit_count()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 532 int used; member 550 LTC_MACRO_list[LTC_MACRO_temp].used = 0; \ 579 list[LTC_MACRO_temp##__LINE__].used = (int)(Type); \
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 16 demonstrate how the various functions are used. 67 this generally means that BGET should be used to allocate storage within 155 BGET can be used as part of very sophisticated memory management
|
/optee_os/core/arch/arm/dts/ |
A D | stm32mp157c-ev1.dts | 198 data-shift = <2>; /* lines 9:2 are used */
|
/optee_os/core/arch/arm/mm/ |
A D | core_mmu_v7.c | 27 #error This file is not to be used with LPAE
|
/optee_os/ |
A D | MAINTAINERS | 11 used a bit differently compared to the Linux MAINTAINERS file:
|
A D | CHANGELOG.md | 801 * USB keyboard cannot be used to stop the u-boot timeout ([build issue131]). 1163 In this release, [OP-TEE/optee_linuxdriver][optee_linuxdriver] is no more used. 1297 that used to be in optee_os have been removed, except for Juno board. 1355 * A generic boot scheme can be used. Boot configuration is commonalized. This helps
|