manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 109 for key (0.068 sec.)
Man page of CRYPT 6313
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... */ #include < unistd.h > char *crypt(const char * key , const char * salt ); #define _GNU_SOURCE /* feat ... */ #include < crypt.h > char *crypt_r(const char * key , const char * salt , struct crypt_data * data ); ... a Encryption Standard アルゴリズムを元にしている。 key はユーザーが入力するパスワードである。 salt は集合 ... ルゴリズムの出力を 4096 通りにかき乱すのに使われる。 key の最初の 8 文字の各文字から下位 7 ビットをとって 5 ...
https://man.plustar.jp/manpage/man3/crypt.3.html - [similar]
Man page of CRYPT 6313
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... */ #include < unistd.h > char *crypt(const char * key , const char * salt ); #define _GNU_SOURCE /* feat ... */ #include < crypt.h > char *crypt_r(const char * key , const char * salt , struct crypt_data * data ); ... a Encryption Standard アルゴリズムを元にしている。 key はユーザーが入力するパスワードである。 salt は集合 ... ルゴリズムの出力を 4096 通りにかき乱すのに使われる。 key の最初の 8 文字の各文字から下位 7 ビットをとって 5 ...
https://man.plustar.jp/manpage/man3/crypt_r.3.html - [similar]
Man page of NAMED.CONF 6313
NAMED.CONF Section: File Formats (5) Index JM Home Page BSD mandoc BSD 4 名称 named.conf named ( ... 。これは、アクセス制御や その他の用途に使われます。 key 認証と許可に使われる鍵情報を指定します。 trusted-k ... の名称です。 address_match_list ip_addr ip_prefix key_id acl_name 要素が 1 つまたはそれ以上集まったリスト ... 1.2.3.0 で、ネットマスクは 255.255.255.240 です。 key_name 共有鍵の名前を表した文字列です。 これはトラン ... _match_list / ip_address / ip_prefix / acl_name / "key " key_id ) ";" 定義と使用法 アドレスマッチリストは ...
https://man.plustar.jp/manpage/man5/named.conf.5.html - [similar]
Man page of XCRYPT 6084
XCRYPT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 xencry ... es_crypt.h > void passwd2des(char *passwd , char * key ); int xencrypt(char * secret , char * passwd ); i ... 任意の長さの文字列 passwd をとり、長さ 8 の文字配列 key を埋める。 配列 key は DES キーとして使うのに適して ...
https://man.plustar.jp/manpage/man3/passwd2des.3.html - [similar]
Man page of XCRYPT 6084
XCRYPT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 xencry ... es_crypt.h > void passwd2des(char *passwd , char * key ); int xencrypt(char * secret , char * passwd ); i ... 任意の長さの文字列 passwd をとり、長さ 8 の文字配列 key を埋める。 配列 key は DES キーとして使うのに適して ...
https://man.plustar.jp/manpage/man3/xcrypt.3.html - [similar]
Man page of XCRYPT 6084
XCRYPT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 xencry ... es_crypt.h > void passwd2des(char *passwd , char * key ); int xencrypt(char * secret , char * passwd ); i ... 任意の長さの文字列 passwd をとり、長さ 8 の文字配列 key を埋める。 配列 key は DES キーとして使うのに適して ...
https://man.plustar.jp/manpage/man3/xdecrypt.3.html - [similar]
Man page of XCRYPT 6084
XCRYPT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 xencry ... es_crypt.h > void passwd2des(char *passwd , char * key ); int xencrypt(char * secret , char * passwd ); i ... 任意の長さの文字列 passwd をとり、長さ 8 の文字配列 key を埋める。 配列 key は DES キーとして使うのに適して ...
https://man.plustar.jp/manpage/man3/xencrypt.3.html - [similar]
Man page of SUDOERS.LDAP 6084
SUDOERS.LDAP Section: File Formats Manual (5) Updated: June 15, 2016 Index JM Home Page 名前 sud ... 7.db Tivoli ディレクトリ・サーバ: 使用しない。 TLS_KEY で指定するキー・データベースに、 キーと証明書の両方 ... ーバの LDAP ライブラリではサポートされていない。 TLS_KEY file name TLS_CERT で指定した証明書に対応する、秘密 ... DAP ライブラリによって異なっている。 OpenLDAP: tls_key /etc/ssl/client_key.pem Netscape 由来: tls_key /va ... r/ldap/key3.db Tivoli ディレクトリ・サーバ: tls_key /usr/ldap ...
https://man.plustar.jp/manpage/man5/sudoers.ldap.5.html - [similar]
Man page of TSEARCH 6058
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... endorder, leaf } VISIT; void *tsearch(const void * key , void ** rootp , int (* compar )(const void *, co ... nst void *)); void *tfind(const void * key , void *const * rootp , int (* compar )(const void ... *, const void *)); void *tdelete(const void * key , void ** rootp , int (* compar )(const void *, co ... ならない。 tsearch () searches the tree for an item. key points to the item to be searched for. rootp point ...
https://man.plustar.jp/manpage/man3/tdelete.3.html - [similar]
Man page of TSEARCH 6058
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... endorder, leaf } VISIT; void *tsearch(const void * key , void ** rootp , int (* compar )(const void *, co ... nst void *)); void *tfind(const void * key , void *const * rootp , int (* compar )(const void ... *, const void *)); void *tdelete(const void * key , void ** rootp , int (* compar )(const void *, co ... ならない。 tsearch () searches the tree for an item. key points to the item to be searched for. rootp point ...
https://man.plustar.jp/manpage/man3/tdestroy.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022