Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dnist_kw.c363 uint32_t Plen; in mbedtls_nist_kw_unwrap() local
404 Plen = MBEDTLS_GET_UINT32_BE(A, KW_SEMIBLOCK_LENGTH / 2); in mbedtls_nist_kw_unwrap()
411 padlen = in_len - KW_SEMIBLOCK_LENGTH - Plen; in mbedtls_nist_kw_unwrap()
429 memset(output + Plen, 0, padlen); in mbedtls_nist_kw_unwrap()
430 *out_len = Plen; in mbedtls_nist_kw_unwrap()