Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_crypto_wrapping.c72 size_t wrapped_size; in test_wrapping() local
79 wrapped_size = krb5_get_wrapped_length(context, crypto, size); in test_wrapping()
81 if (wrapped_size != data.length) in test_wrapping()
85 (unsigned long)wrapped_size, in test_wrapping()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c123 size_t wrapped_size, sz; in _gssapi_wrap_size_cfx() local
125 wrapped_size = req_output_size + 1; in _gssapi_wrap_size_cfx()
127 wrapped_size--; in _gssapi_wrap_size_cfx()
129 ctx->crypto, wrapped_size); in _gssapi_wrap_size_cfx()
130 } while (wrapped_size && sz > req_output_size); in _gssapi_wrap_size_cfx()
131 if (wrapped_size == 0) in _gssapi_wrap_size_cfx()
135 if (wrapped_size < 16) in _gssapi_wrap_size_cfx()
138 wrapped_size -= 16; in _gssapi_wrap_size_cfx()
140 *max_input_size = wrapped_size; in _gssapi_wrap_size_cfx()