Home
last modified time | relevance | path

Searched defs:blocks_padded (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dwrap128.c194 const size_t blocks_padded = (inlen + 7) / 8; /* CEILING(m/8) */ in CRYPTO_128_wrap_pad() local
/third_party/openssl/crypto/modes/
H A Dwrap128.c194 const size_t blocks_padded = (inlen + 7) / 8; /* CEILING(m/8) */ in CRYPTO_128_wrap_pad() local

Completed in 2 milliseconds