Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dnist_kw.c367 uint32_t Plen; in mbedtls_nist_kw_unwrap() local
408 Plen = MBEDTLS_GET_UINT32_BE(A, KW_SEMIBLOCK_LENGTH / 2); in mbedtls_nist_kw_unwrap()
415 padlen = in_len - KW_SEMIBLOCK_LENGTH - Plen; in mbedtls_nist_kw_unwrap()
433 memset(output + Plen, 0, padlen); in mbedtls_nist_kw_unwrap()
434 *out_len = Plen; in mbedtls_nist_kw_unwrap()