Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 42) sorted by relevance

12

/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Dnavtree.css3 padding:4px;
9 padding:0px;
15 padding:0px;
31 padding:0px;
38 padding:0px;
45 padding:0px;
50 padding:2px;
60 padding:0px;
65 padding:0px;
69 padding: 0px 0px;
[all …]
Ddoxygen_style.css26 padding-top: 8px;
27 padding-bottom: 4px;
165 padding: 4px 6px;
176 padding: 4px 6px;
194 padding-left: 53px;
195 padding-bottom: 0px;
221 padding-right: 4px;
241 padding: 0.2em;
255 padding-left: 0;
290 padding: 2px 10px;
[all …]
Dtabs.css1padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,…
/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/search/
Dsearch.css51 padding-left:4px;
80 padding: 0px 0px;
105 padding-top: 4px;
106 padding-bottom: 4px;
117 padding-left: 2px;
118 padding-right: 12px;
134 padding-left: 6px;
135 padding-right: 12px;
175 padding-bottom: 15px;
180 padding-left: 1ex;
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/io/
Dio_block.c262 size_t padding; in block_read() local
328 padding = (nbytes > left) ? nbytes - left : 0U; in block_read()
329 nbytes -= padding; in block_read()
368 size_t padding; in block_write() local
424 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
425 nbytes -= padding; in block_write()
432 if ((skip > 0U) || (padding > 0U)) { in block_write()
450 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
451 nbytes -= padding; in block_write()
466 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_encode.c123 int32_t padding = 0; in CC_CommonBase64Decode() local
140 padding++; in CC_CommonBase64Decode()
143 expDecBuffLen = (((encBuffLen-padding)*3)/4); in CC_CommonBase64Decode()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.h77 int MBEDTLS_PRIVATE(padding); /*!< Selects padding mode:
Drsa_alt.c1002 int mbedtls_rsa_set_padding( mbedtls_rsa_context *ctx, int padding, in mbedtls_rsa_set_padding() argument
1006 RSA_VALIDATE( padding == MBEDTLS_RSA_PKCS_V15 || in mbedtls_rsa_set_padding()
1007 padding == MBEDTLS_RSA_PKCS_V21 ); in mbedtls_rsa_set_padding()
1009 ctx->MBEDTLS_PRIVATE(padding) = padding; in mbedtls_rsa_set_padding()
1612 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_encrypt()
2024 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_decrypt()
2381 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_sign()
2657 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_verify()
2708 dst->MBEDTLS_PRIVATE(padding) = src->MBEDTLS_PRIVATE(padding); in mbedtls_rsa_copy()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Drsa_alt.h56 int MBEDTLS_PRIVATE(padding); /*!< MBEDTLS_RSA_PKCS_V15 for 1.5 padding and
/trusted-firmware-m-3.7.0/interface/include/mbedtls/
Drsa.h111 int MBEDTLS_PRIVATE(padding); /*!< Selects padding mode:
175 int mbedtls_rsa_set_padding(mbedtls_rsa_context *ctx, int padding,
/trusted-firmware-m-3.7.0/docs/_static/css/
Dtfm_custom.css49 padding: 12px;
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c313 int mbedtls_rsa_set_padding( mbedtls_rsa_context *ctx, int padding, mbedtls_md_type_t hash_id ) in mbedtls_rsa_set_padding() argument
322 ctx->MBEDTLS_PRIVATE(padding) = padding; in mbedtls_rsa_set_padding()
1801 if (ctx->MBEDTLS_PRIVATE(padding) != MBEDTLS_RSA_PKCS_V21) in mbedtls_rsa_rsaes_oaep_encrypt()
1919 if ( ctx->MBEDTLS_PRIVATE(padding) != MBEDTLS_RSA_PKCS_V15 ) in mbedtls_rsa_rsaes_pkcs1_v15_encrypt()
1991 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_encrypt()
2045 if ( ctx->MBEDTLS_PRIVATE(padding) != MBEDTLS_RSA_PKCS_V21 ) in mbedtls_rsa_rsaes_oaep_decrypt()
2165 if( ctx->MBEDTLS_PRIVATE(padding) != MBEDTLS_RSA_PKCS_V15 ) in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
2249 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_decrypt()
2485 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_sign()
2693 switch( ctx->MBEDTLS_PRIVATE(padding) ) in mbedtls_rsa_pkcs1_verify()
[all …]
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dcan.h64 uint8_t padding[3]; /*!< Just for padding for memory alignment*/ member
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/
DARMCA5_clang.ld91 /* Need to pre-align so that the symbols come after padding */
160 /* Need to pre-align so that the symbols come after padding */
365 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/
DARMCA7_clang.ld91 /* Need to pre-align so that the symbols come after padding */
160 /* Need to pre-align so that the symbols come after padding */
365 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/
DARMCA9_clang.ld91 /* Need to pre-align so that the symbols come after padding */
160 /* Need to pre-align so that the symbols come after padding */
365 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85/RTE/Device/ARMCM85/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P/
Dclang_linker_script.ld119 /* Need to pre-align so that the symbols come after padding */
182 /* Need to pre-align so that the symbols come after padding */
358 * padding, so that a single memcpy() of __data_size copies the correct bytes.

12