Searched defs:encrypted (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crypt.c | 30 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 D | ngx_user.c | 17 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 D | ngx_http_auth_basic_module.c | 281 u_char *encrypted; in ngx_http_auth_basic_crypt_handler() local
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 931 zfs_prop_valid_keylocation(const char *str, boolean_t encrypted) in zfs_prop_valid_keylocation()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_recv.c | 351 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 D | arc.c | 2026 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 D | dmu.h | 116 #define DMU_OT(byteswap, metadata, encrypted) \ argument
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 4385 boolean_t encrypted; in zfs_receive_one() local
|