HomeSort by: relevance | last modified time | path
    Searched defs:keyfunc (Results 1 - 18 of 18) sorted by relevancy

  /src/external/mpl/bind/dist/doc/misc/
checkgrammar.py 76 def keyfunc(statement): function in function:groupby_grammar
80 statements = sorted(statements, key=keyfunc)
81 for _key, group in groupby(statements, keyfunc):
checkgrammar.py 76 def keyfunc(statement): function in function:groupby_grammar
80 statements = sorted(statements, key=keyfunc)
81 for _key, group in groupby(statements, keyfunc):
checkgrammar.py 76 def keyfunc(statement): function in function:groupby_grammar
80 statements = sorted(statements, key=keyfunc)
81 for _key, group in groupby(statements, keyfunc):
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
p5_scrypt.c 114 /* Setup keyfunc */
116 X509_ALGOR_free(pbe2->keyfunc);
118 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
120 if (pbe2->keyfunc == NULL) {
161 X509_ALGOR *keyfunc = NULL; local
210 /* Finally setup the keyfunc structure */
212 keyfunc = X509_ALGOR_new();
213 if (keyfunc == NULL) {
218 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
223 &keyfunc->parameter
    [all...]
p5_scrypt.c 114 /* Setup keyfunc */
116 X509_ALGOR_free(pbe2->keyfunc);
118 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
120 if (pbe2->keyfunc == NULL) {
161 X509_ALGOR *keyfunc = NULL; local
210 /* Finally setup the keyfunc structure */
212 keyfunc = X509_ALGOR_new();
213 if (keyfunc == NULL) {
218 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
223 &keyfunc->parameter
    [all...]
p5_scrypt.c 114 /* Setup keyfunc */
116 X509_ALGOR_free(pbe2->keyfunc);
118 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
120 if (pbe2->keyfunc == NULL) {
161 X509_ALGOR *keyfunc = NULL; local
210 /* Finally setup the keyfunc structure */
212 keyfunc = X509_ALGOR_new();
213 if (keyfunc == NULL) {
218 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
223 &keyfunc->parameter
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
p5_scrypt.c 108 /* Setup keyfunc */
110 X509_ALGOR_free(pbe2->keyfunc);
112 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
114 if (pbe2->keyfunc == NULL)
151 X509_ALGOR *keyfunc = NULL; local
186 /* Finally setup the keyfunc structure */
188 keyfunc = X509_ALGOR_new();
189 if (keyfunc == NULL)
192 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
197 &keyfunc->parameter) == NULL
    [all...]
p5_scrypt.c 108 /* Setup keyfunc */
110 X509_ALGOR_free(pbe2->keyfunc);
112 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
114 if (pbe2->keyfunc == NULL)
151 X509_ALGOR *keyfunc = NULL; local
186 /* Finally setup the keyfunc structure */
188 keyfunc = X509_ALGOR_new();
189 if (keyfunc == NULL)
192 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
197 &keyfunc->parameter) == NULL
    [all...]
p5_scrypt.c 108 /* Setup keyfunc */
110 X509_ALGOR_free(pbe2->keyfunc);
112 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
114 if (pbe2->keyfunc == NULL)
151 X509_ALGOR *keyfunc = NULL; local
186 /* Finally setup the keyfunc structure */
188 keyfunc = X509_ALGOR_new();
189 if (keyfunc == NULL)
192 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
197 &keyfunc->parameter) == NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
p5_scrypt.c 109 /* Setup keyfunc */
111 X509_ALGOR_free(pbe2->keyfunc);
113 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
115 if (pbe2->keyfunc == NULL)
152 X509_ALGOR *keyfunc = NULL; local
187 /* Finally setup the keyfunc structure */
189 keyfunc = X509_ALGOR_new();
190 if (keyfunc == NULL)
193 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
198 &keyfunc->parameter) == NULL
    [all...]
p5_scrypt.c 109 /* Setup keyfunc */
111 X509_ALGOR_free(pbe2->keyfunc);
113 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
115 if (pbe2->keyfunc == NULL)
152 X509_ALGOR *keyfunc = NULL; local
187 /* Finally setup the keyfunc structure */
189 keyfunc = X509_ALGOR_new();
190 if (keyfunc == NULL)
193 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
198 &keyfunc->parameter) == NULL
    [all...]
p5_scrypt.c 109 /* Setup keyfunc */
111 X509_ALGOR_free(pbe2->keyfunc);
113 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p);
115 if (pbe2->keyfunc == NULL)
152 X509_ALGOR *keyfunc = NULL; local
187 /* Finally setup the keyfunc structure */
189 keyfunc = X509_ALGOR_new();
190 if (keyfunc == NULL)
193 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt);
198 &keyfunc->parameter) == NULL
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 183 mdb_idl_keyfunc *keyfunc; local
201 keyfunc = mdb_tool_idl_add;
205 keyfunc = mdb_idl_insert_keys;
207 keyfunc = mdb_idl_delete_keys;
210 rc = keyfunc( op->o_bd, mc, presence_key, id );
226 rc = keyfunc( op->o_bd, mc, keys, id );
245 rc = keyfunc( op->o_bd, mc, keys, id );
265 rc = keyfunc( op->o_bd, mc, keys, id );
index.c 183 mdb_idl_keyfunc *keyfunc; local
201 keyfunc = mdb_tool_idl_add;
205 keyfunc = mdb_idl_insert_keys;
207 keyfunc = mdb_idl_delete_keys;
210 rc = keyfunc( op->o_bd, mc, presence_key, id );
226 rc = keyfunc( op->o_bd, mc, keys, id );
245 rc = keyfunc( op->o_bd, mc, keys, id );
265 rc = keyfunc( op->o_bd, mc, keys, id );
index.c 183 mdb_idl_keyfunc *keyfunc; local
201 keyfunc = mdb_tool_idl_add;
205 keyfunc = mdb_idl_insert_keys;
207 keyfunc = mdb_idl_delete_keys;
210 rc = keyfunc( op->o_bd, mc, presence_key, id );
226 rc = keyfunc( op->o_bd, mc, keys, id );
245 rc = keyfunc( op->o_bd, mc, keys, id );
265 rc = keyfunc( op->o_bd, mc, keys, id );
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509.h 294 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st
x509.h 294 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st
x509.h 294 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st

Completed in 69 milliseconds