[][src]Function nginx::ngx_libc_crypt

pub unsafe extern "C" fn ngx_libc_crypt(
    pool: *mut ngx_pool_t,
    key: *mut u_char,
    salt: *mut u_char,
    encrypted: *mut *mut u_char
) -> ngx_int_t