Searched refs:inlen (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrsa.h | 747 cc_size ccrsa_import_pub_n(size_t inlen, const uint8_t *cc_sized_by(inlen) der); 761 int ccrsa_import_pub(ccrsa_pub_ctx_t key, size_t inlen, const uint8_t *cc_sized_by(inlen) der); 799 cc_size ccrsa_import_priv_n(size_t inlen, const uint8_t *cc_sized_by(inlen) der); 813 int ccrsa_import_priv(ccrsa_full_ctx_t key, size_t inlen, const uint8_t *cc_sized_by(inlen) der);
|
| H A D | ccdrbg_impl.h | 47 size_t inlen, const void *in); 59 size_t inlen, const void *in);
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | utfconv.h | 192 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr,
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_utfconv.c | 778 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, in utf8_normalizestr() argument 803 inbuflen = inlen; in utf8_normalizestr() 805 while (inlen-- > 0 && (byte = *instr++) != '\0') { in utf8_normalizestr()
|