/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-sym-encrypt-decrypt-spec.md | 16 … is padded to the block size, **PKCS5** and **PKCS7** used in the Crypto framework use the block s… 20 > - In ECB and CBC modes, the plaintext must be padded if its length is not an integer multiple of … 55 … is padded to the block size, **PKCS5** and **PKCS7** used in the Crypto framework use the block s… 59 > In ECB and CBC modes, the plaintext must be padded if its length is not an integer multiple of 64… 87 … is padded to the block size, **PKCS5** and **PKCS7** used in the Crypto framework use the block s… 91 > In ECB and CBC modes, the plaintext must be padded if its length is not an integer multiple of 12…
|
H A D | crypto-sym-key-generation-conversion-spec.md | 79 - If the key length is less than the HMAC block length, 0s are padded at the end of the key as the …
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 32 … When **OH_CryptoSymCipher_Update()** is called, the unencrypted data is padded to the block size …
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 30 …. When **OH_CryptoSymCipher_Final()** is called, the unencrypted data is padded to the block size …
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md | 23 …* to form a block. When **doFinal()** is called, the unencrypted data is padded to the block size …
|
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md | 23 …* to form a block. When **doFinal()** is called, the unencrypted data is padded to the block size …
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | frame.rs | 285 pub fn set_padded(&mut self, padded: bool) { in set_padded() 286 if padded { in set_padded()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-pixelmap.md | 33 …r of bytes per pixel). (The roundup means that each row is automatically padded.) In the case of o…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 523 uint8_t padded[CRYPT_AESCMAC_PADDED_LEN]; in SMP_CryptographicAesCmacStep2() local 528 (void)memset_s(padded, CRYPT_AESCMAC_PADDED_LEN, 0x00, CRYPT_AESCMAC_PADDED_LEN); in SMP_CryptographicAesCmacStep2() 550 cryptPaddingParam.pad = padded; in SMP_CryptographicAesCmacStep2() 553 cryptXor128param.a = padded; in SMP_CryptographicAesCmacStep2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.h | 773 void WritePadBytes(size_t padded);
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | parcel.h | 829 void WritePadBytes(size_t padded);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-flex.md | 271 …ms: ItemAlign.Stretch }) // The items in the container are stretched and padded along the cross ax…
|
H A D | ts-appendix-enums.md | 470 | Stretch | The items in the flex container are stretched and padded along the cross axis. If the …
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-64bits-coding-guide.md | 375 …e used as the offset. A 32-bit OS does not have structures automatically padded. However, on a 64-…
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-cryptoFramework.md | 2850 …d PKCS #7 use the same padding length and block length. That is, data is padded with 8 bytes in 3D… 3019 …)** is called, the data that has not been encrypted or decrypted will be padded based on the paddi… 3060 …)** is called, the data that has not been encrypted or decrypted will be padded based on the paddi…
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 244 …* <b>x</b> is padded with an int array [top, bottom, left, right] with length of 4, and the neares…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_module.md | 2542 | ARKUI_ITEM_ALIGNMENT_STRETCH | The items in the flex container are stretched and padded along th…
|