Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_crypto_wrapping.c70 size_t wrapped_size; in test_wrapping() local
77 wrapped_size = krb5_get_wrapped_length(context, crypto, size); in test_wrapping()
79 if (wrapped_size != data.length) in test_wrapping()
83 (unsigned long)wrapped_size, in test_wrapping()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c121 size_t wrapped_size, sz; in _gssapi_wrap_size_cfx() local
123 wrapped_size = req_output_size + 1; in _gssapi_wrap_size_cfx()
125 wrapped_size--; in _gssapi_wrap_size_cfx()
127 ctx->crypto, wrapped_size); in _gssapi_wrap_size_cfx()
128 } while (wrapped_size && sz > req_output_size); in _gssapi_wrap_size_cfx()
129 if (wrapped_size == 0) in _gssapi_wrap_size_cfx()
133 if (wrapped_size < 16) in _gssapi_wrap_size_cfx()
136 wrapped_size -= 16; in _gssapi_wrap_size_cfx()
138 *max_input_size = wrapped_size; in _gssapi_wrap_size_cfx()