Home
last modified time | relevance | path

Searched refs:algtype (Results 1 – 25 of 144) sorted by relevance

123456

/dports/math/pari/pari-2.13.3/src/functions/algebras/
H A Dalgtype1 Function: algtype
3 C-Name: algtype
5 Help: algtype(al): type of the algebra al.
18 ? algtype([])
22 ? algtype(A)
40 ? algtype(A)
43 ? algtype(A)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamalg_desc.c101 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_encap()
160 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_decap()
298 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
344 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
393 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap()
462 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_aead_decap()
556 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
591 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
1500 append_operation(desc, cdata->algtype | OP_ALG_AS_INIT | in cnstr_shdsc_skcipher_decap()
1503 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_skcipher_decap()
[all …]
H A Dcaamhash_desc.c31 u32 op = adata->algtype; in cnstr_shdsc_ahash()
101 if (is_xcbc_aes(adata->algtype)) in cnstr_shdsc_sk_hash()
117 append_operation(desc, adata->algtype | state | OP_ALG_ENCRYPT); in cnstr_shdsc_sk_hash()
136 if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT) in cnstr_shdsc_sk_hash()
H A Dkey_gen.c54 adata->keylen = split_key_len(adata->algtype & OP_ALG_ALGSEL_MASK); in gen_split_key()
55 adata->keylen_pad = split_key_pad_len(adata->algtype & in gen_split_key()
85 append_operation(desc, (adata->algtype & OP_ALG_ALGSEL_MASK) | in gen_split_key()
H A Derror.h24 static inline bool is_mdha(u32 algtype) in is_mdha() argument
26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
H A Dcaamhash_desc.h18 static inline bool is_xcbc_aes(u32 algtype) in is_xcbc_aes() argument
20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamalg_desc.c101 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_encap()
160 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_decap()
298 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
344 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
393 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap()
462 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_aead_decap()
556 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
591 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
1500 append_operation(desc, cdata->algtype | OP_ALG_AS_INIT | in cnstr_shdsc_skcipher_decap()
1503 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_skcipher_decap()
[all …]
H A Dcaamhash_desc.c31 u32 op = adata->algtype; in cnstr_shdsc_ahash()
101 if (is_xcbc_aes(adata->algtype)) in cnstr_shdsc_sk_hash()
117 append_operation(desc, adata->algtype | state | OP_ALG_ENCRYPT); in cnstr_shdsc_sk_hash()
136 if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT) in cnstr_shdsc_sk_hash()
H A Dkey_gen.c54 adata->keylen = split_key_len(adata->algtype & OP_ALG_ALGSEL_MASK); in gen_split_key()
55 adata->keylen_pad = split_key_pad_len(adata->algtype & in gen_split_key()
85 append_operation(desc, (adata->algtype & OP_ALG_ALGSEL_MASK) | in gen_split_key()
H A Derror.h24 static inline bool is_mdha(u32 algtype) in is_mdha() argument
26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
H A Dcaamhash_desc.h18 static inline bool is_xcbc_aes(u32 algtype) in is_xcbc_aes() argument
20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamalg_desc.c101 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_encap()
160 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_null_decap()
298 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
344 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_encap()
393 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_decap()
462 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_aead_decap()
556 append_operation(desc, adata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
591 append_operation(desc, cdata->algtype | OP_ALG_AS_INITFINAL | in cnstr_shdsc_aead_givencap()
1500 append_operation(desc, cdata->algtype | OP_ALG_AS_INIT | in cnstr_shdsc_skcipher_decap()
1503 append_dec_op1(desc, cdata->algtype); in cnstr_shdsc_skcipher_decap()
[all …]
H A Dcaamhash_desc.c31 u32 op = adata->algtype; in cnstr_shdsc_ahash()
101 if (is_xcbc_aes(adata->algtype)) in cnstr_shdsc_sk_hash()
117 append_operation(desc, adata->algtype | state | OP_ALG_ENCRYPT); in cnstr_shdsc_sk_hash()
136 if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT) in cnstr_shdsc_sk_hash()
H A Dkey_gen.c54 adata->keylen = split_key_len(adata->algtype & OP_ALG_ALGSEL_MASK); in gen_split_key()
55 adata->keylen_pad = split_key_pad_len(adata->algtype & in gen_split_key()
85 append_operation(desc, (adata->algtype & OP_ALG_ALGSEL_MASK) | in gen_split_key()
H A Derror.h24 static inline bool is_mdha(u32 algtype) in is_mdha() argument
26 return (algtype & OP_ALG_ALGSEL_MASK & ~OP_ALG_ALGSEL_SUBMASK) == in is_mdha()
H A Dcaamhash_desc.h18 static inline bool is_xcbc_aes(u32 algtype) in is_xcbc_aes() argument
20 return (algtype & (OP_ALG_ALGSEL_MASK | OP_ALG_AAI_MASK)) == in is_xcbc_aes()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dfile.cpp95 currlayer->algo = CreateNewUniverse(currlayer->algtype); in CreateUniverse()
118 currlayer->currbase = algoinfo[currlayer->algtype]->defbase; in NewPattern()
168 currlayer->currbase = algoinfo[currlayer->algtype]->defbase; in LoadPattern()
180 algo_type oldalgo = currlayer->algtype; in LoadPattern()
185 currlayer->algo = CreateNewUniverse(currlayer->algtype); in LoadPattern()
192 currlayer->algtype = i; in LoadPattern()
202 currlayer->algtype = oldalgo; in LoadPattern()
204 currlayer->algo = CreateNewUniverse(currlayer->algtype); in LoadPattern()
342 if (currlayer->algtype == rule_loader_algo) { in LoadRule()
353 if (rule_loader_algo != currlayer->algtype) { in LoadRule()
[all …]
H A Dcontrol.cpp70 currlayer->startalgo = currlayer->algtype; in SaveStartingPattern()
220 algo_type oldalgo = currlayer->algtype; in ResetPattern()
225 currlayer->algtype = currlayer->startalgo; in ResetPattern()
278 if (oldalgo != currlayer->algtype || oldrule != newrule) { in ResetPattern()
360 if (currlayer->algtype == QLIFE_ALGO && newgen.odd() != oldgen.odd()) { in ChangeGenCount()
370 lifealgo* newalgo = CreateNewUniverse(currlayer->algtype); in ChangeGenCount()
765 if (i != currlayer->algtype) { in ChangeRule()
772 if (i != currlayer->algtype) { in ChangeRule()
827 if (newalgotype == currlayer->algtype) return; in ChangeAlgorithm()
856 algo_type oldalgo = currlayer->algtype; in ChangeAlgorithm()
[all …]
H A Dlayer.cpp253 cloneptr->algtype = currlayer->algtype; in SyncClones()
312 oldalgo = currlayer->algtype; in SaveLayerSettings()
1468 AlgoData* ad = algoinfo[currlayer->algtype]; in UseDefaultIcons()
1515 AlgoData* ad = algoinfo[currlayer->algtype]; in UpdateCurrentColors()
1700 int maxstate = algoinfo[layerptr->algtype]->maxstates - 1; in InvertCellColors()
1792 algtype = initalgo; in Layer()
1798 currbase = algoinfo[algtype]->defbase; in Layer()
1802 algo = CreateNewUniverse(algtype); in Layer()
1825 algtype = currlayer->algtype; in Layer()
1831 currbase = algoinfo[algtype]->defbase; in Layer()
[all …]
H A Dview.cpp938 if (i != currlayer->algtype) { in GetClipboardPattern()
943 templayer->algtype = i; in GetClipboardPattern()
1123 ChangeAlgorithm(pastelayer->algtype, newrule.c_str()); in PasteTemporaryToCurrent()
1386 int savetype = currlayer->algtype; in FlipPastePattern()
1388 currlayer->algtype = pastelayer->algtype; in FlipPastePattern()
1397 currlayer->algtype = savetype; in FlipPastePattern()
1458 int savetype = currlayer->algtype; in RotatePastePattern()
1460 currlayer->algtype = pastelayer->algtype; in RotatePastePattern()
1469 currlayer->algtype = savetype; in RotatePastePattern()
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/RR/
H A DSSHFP.pm25 my %algtype = (
35 my %algtypebyval = reverse %algtype;
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DStatusView.m23 [[UIColor colorWithRed:algoinfo[currlayer->algtype]->statusrgb.r / 255.0
24 green:algoinfo[currlayer->algtype]->statusrgb.g / 255.0
25 blue:algoinfo[currlayer->algtype]->statusrgb.b / 255.0
/dports/graphics/qgis/qgis-3.22.3/src/core/auth/
H A Dqgsauthcertutils.cpp220 if ( algtype ) in keyFromFile()
225 *algtype = QStringLiteral( "rsa" ); in keyFromFile()
228 *algtype = QStringLiteral( "dsa" ); in keyFromFile()
231 *algtype = QStringLiteral( "ec" ); in keyFromFile()
234 *algtype = QStringLiteral( "opaque" ); in keyFromFile()
238 *algtype = QStringLiteral( "dh" ); in keyFromFile()
286 QString algtype; in certKeyBundleToPem() local
472 QString algtype; in pkcs12BundleToPem() local
476 algtype = QStringLiteral( "rsa" ); in pkcs12BundleToPem()
481 algtype = QStringLiteral( "dsa" ); in pkcs12BundleToPem()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/auth/
H A Dqgsauthcertutils.cpp220 if ( algtype ) in keyFromFile()
225 *algtype = QStringLiteral( "rsa" ); in keyFromFile()
228 *algtype = QStringLiteral( "dsa" ); in keyFromFile()
231 *algtype = QStringLiteral( "ec" ); in keyFromFile()
234 *algtype = QStringLiteral( "opaque" ); in keyFromFile()
238 *algtype = QStringLiteral( "dh" ); in keyFromFile()
286 QString algtype; in certKeyBundleToPem() local
472 QString algtype; in pkcs12BundleToPem() local
476 algtype = QStringLiteral( "rsa" ); in pkcs12BundleToPem()
481 algtype = QStringLiteral( "dsa" ); in pkcs12BundleToPem()
[all …]
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxfile.cpp120 currlayer->algo = CreateNewUniverse(currlayer->algtype); in CreateUniverse()
149 currlayer->currbase = algoinfo[currlayer->algtype]->defbase; in NewPattern()
263 currlayer->currbase = algoinfo[currlayer->algtype]->defbase; in LoadPattern()
292 algo_type oldalgo = currlayer->algtype; in LoadPattern()
297 currlayer->algo = CreateNewUniverse(currlayer->algtype); in LoadPattern()
321 currlayer->algtype = i; in LoadPattern()
323 currlayer->algo = CreateNewUniverse(currlayer->algtype); in LoadPattern()
338 currlayer->algtype = oldalgo; in LoadPattern()
340 currlayer->algo = CreateNewUniverse(currlayer->algtype); in LoadPattern()
364 currlayer->currbase = algoinfo[currlayer->algtype]->defbase; in LoadPattern()
[all …]

123456