Home
last modified time | relevance | path

Searched defs:encrypted (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crypt.c30 ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt()
52 ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_apr1()
168 ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_plain()
188 ngx_crypt_ssha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_ssha()
240 ngx_crypt_sha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_sha()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_user.c17 ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_libc_crypt()
47 ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_libc_crypt()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_basic_module.c281 u_char *encrypted; in ngx_http_auth_basic_crypt_handler() local
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c931 zfs_prop_valid_keylocation(const char *str, boolean_t encrypted) in zfs_prop_valid_keylocation()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_recv.c351 boolean_t encrypted = ds->ds_dir->dd_crypto_obj != 0; in recv_begin_check_existing_impl() local
3171 boolean_t encrypted = drc->drc_ds->ds_dir->dd_crypto_obj != 0; in dmu_recv_end_sync() local
H A Darc.c2026 boolean_t encrypted = (flags & ARC_FILL_ENCRYPTED) != 0; in arc_buf_fill() local
2783 void *tag, boolean_t encrypted, boolean_t compressed, boolean_t noauth, in arc_buf_alloc_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h116 #define DMU_OT(byteswap, metadata, encrypted) \ argument
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4385 boolean_t encrypted; in zfs_receive_one() local