Searched refs:Plen (Results 1 – 1 of 1) sorted by relevance
413 uint32_t Plen; in mbedtls_nist_kw_unwrap() local457 Plen = MBEDTLS_GET_UINT32_BE( A, KW_SEMIBLOCK_LENGTH / 2 ); in mbedtls_nist_kw_unwrap()464 padlen = in_len - KW_SEMIBLOCK_LENGTH - Plen; in mbedtls_nist_kw_unwrap()489 memset( output + Plen, 0, padlen ); in mbedtls_nist_kw_unwrap()490 *out_len = Plen; in mbedtls_nist_kw_unwrap()
Completed in 2 milliseconds