Searched refs:Plen (Results 1 – 1 of 1) sorted by relevance
436 uint32_t Plen; in mbedtls_nist_kw_unwrap() local480 GET_UINT32_BE( Plen, A, KW_SEMIBLOCK_LENGTH / 2 ); in mbedtls_nist_kw_unwrap()487 padlen = in_len - KW_SEMIBLOCK_LENGTH - Plen; in mbedtls_nist_kw_unwrap()512 memset( output + Plen, 0, padlen ); in mbedtls_nist_kw_unwrap()513 *out_len = Plen; in mbedtls_nist_kw_unwrap()
Completed in 3 milliseconds