Home
last modified time | relevance | path

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

/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-sym-encrypt-decrypt-spec.md16 … 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 Dcrypto-sym-key-generation-conversion-spec.md79 - If the key length is less than the HMAC block length, 0s are padded at the end of the key as the …
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md32 … When **OH_CryptoSymCipher_Update()** is called, the unencrypted data is padded to the block size …
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md30 …. When **OH_CryptoSymCipher_Final()** is called, the unencrypted data is padded to the block size …
H A Dcrypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md23 …* to form a block. When **doFinal()** is called, the unencrypted data is padded to the block size …
H A Dcrypto-aes-sym-encrypt-decrypt-gcm-by-segment.md23 …* 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 Dframe.rs285 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 Dchangelogs-pixelmap.md33 …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 Dsmp_tool.c523 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 Dparcel.h773 void WritePadBytes(size_t padded);
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h829 void WritePadBytes(size_t padded);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-flex.md271 …ms: ItemAlign.Stretch }) // The items in the container are stretched and padded along the cross ax…
H A Dts-appendix-enums.md470 | Stretch | The items in the flex container are stretched and padded along the cross axis. If the …
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md375 …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 Djs-apis-cryptoFramework.md2850 …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 DNodeAttrTypes.idl244 …* <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.md2542 | ARKUI_ITEM_ALIGNMENT_STRETCH | The items in the flex container are stretched and padded along th…