Searched refs:out_size (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h484 The out_size argument should be the value returned from ccn_write_uint_size,
486 If out_size if less than the value returned by ccn_write_uint_size, only the
487 first out_size non-zero most significant octects of s will be written. */
489 void ccn_write_uint(cc_size n, const cc_unit *s, size_t out_size, void *out);
493 cc_size ccn_write_uint_padded(cc_size n, const cc_unit* s, size_t out_size, uint8_t* to) argument
496 cc_size offset = (out_size > bytesInKey) ? out_size - bytesInKey : 0;
499 ccn_write_uint(n, s, out_size - offset, to + offset);
516 The out_size argument should be the value returned from ccn_write_int_size,
518 If out_size i
[all...]

Completed in 69 milliseconds