Home
last modified time | relevance | path

Searched refs:userCtx (Results 1 – 25 of 90) sorted by relevance

1234

/dports/games/mangband/mangband-1.5.3/src/client/lupng/
H A Dlupng.c228 userCtx->freeProc(chunk->type, userCtx->freeProcUserPtr); in releaseChunk()
229 userCtx->freeProc(chunk, userCtx->freeProcUserPtr); in releaseChunk()
853 info.userCtx = userCtx; in luPngReadUC()
876 userCtx->freeProc(info.currentScanline, userCtx->freeProcUserPtr); in luPngReadUC()
877 userCtx->freeProc(info.previousScanline, userCtx->freeProcUserPtr); in luPngReadUC()
878 userCtx->freeProc(info.palette, userCtx->freeProcUserPtr); in luPngReadUC()
1157 info.userCtx = userCtx; in luPngWriteUC()
1221 userCtx = &ucDefault; in luImageRelease()
1224 userCtx->freeProc(img->data, userCtx->freeProcUserPtr); in luImageRelease()
1226 userCtx->freeProc(img, userCtx->freeProcUserPtr); in luImageRelease()
[all …]
H A Dlupng.h90 void luUserContextInitDefault(LuUserContext *userCtx);
126 uint8_t *luImageExtractBufAndRelease(LuImage *img, const LuUserContext *userCtx);
151 LuImage *luPngReadUC(const LuUserContext *userCtx);
194 int luPngWriteUC(const LuUserContext *userCtx, const LuImage *img);
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/Renesas/
H A Drenesas_tsip_aes.c220 TsipUserCtx *userCtx; in wc_tsip_AesGcmEncrypt() local
251 userCtx = (TsipUserCtx*)ctx; in wc_tsip_AesGcmEncrypt()
285 userCtx->tsip_cipher, in wc_tsip_AesGcmEncrypt()
286 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmEncrypt()
287 (uint8_t*) userCtx->tsip_clientRandom, in wc_tsip_AesGcmEncrypt()
288 (uint8_t*) userCtx->tsip_serverRandom, in wc_tsip_AesGcmEncrypt()
399 TsipUserCtx *userCtx; in wc_tsip_AesGcmDecrypt() local
429 userCtx = (TsipUserCtx *)ctx; in wc_tsip_AesGcmDecrypt()
463 userCtx->tsip_cipher, in wc_tsip_AesGcmDecrypt()
464 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmDecrypt()
[all …]
H A Drenesas_tsip_util.c171 TsipUserCtx* userCtx; in tsip_ServerKeyExVerify() local
179 userCtx = (TsipUserCtx*)ctx; in tsip_ServerKeyExVerify()
213 (uint32_t*)userCtx->encrypted_ephemeral_ecdh_public_key); in tsip_ServerKeyExVerify()
1240 int wc_tsip_storeKeyCtx(struct WOLFSSL* ssl, TsipUserCtx* userCtx) in wc_tsip_storeKeyCtx() argument
1246 if (ssl == NULL || userCtx == NULL) in wc_tsip_storeKeyCtx()
1250 XMEMCPY(userCtx->tsip_masterSecret, ssl->arrays->tsip_masterSecret, in wc_tsip_storeKeyCtx()
1252 XMEMCPY(userCtx->tsip_clientRandom, ssl->arrays->clientRandom, in wc_tsip_storeKeyCtx()
1254 XMEMCPY(userCtx->tsip_serverRandom, ssl->arrays->serverRandom, in wc_tsip_storeKeyCtx()
1256 userCtx->tsip_cipher = GetTsipCipherSuite(ssl->options.cipherSuite0, in wc_tsip_storeKeyCtx()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/Renesas/
H A Drenesas_tsip_aes.c220 TsipUserCtx *userCtx; in wc_tsip_AesGcmEncrypt() local
251 userCtx = (TsipUserCtx*)ctx; in wc_tsip_AesGcmEncrypt()
285 userCtx->tsip_cipher, in wc_tsip_AesGcmEncrypt()
286 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmEncrypt()
287 (uint8_t*) userCtx->tsip_clientRandom, in wc_tsip_AesGcmEncrypt()
288 (uint8_t*) userCtx->tsip_serverRandom, in wc_tsip_AesGcmEncrypt()
399 TsipUserCtx *userCtx; in wc_tsip_AesGcmDecrypt() local
429 userCtx = (TsipUserCtx *)ctx; in wc_tsip_AesGcmDecrypt()
463 userCtx->tsip_cipher, in wc_tsip_AesGcmDecrypt()
464 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmDecrypt()
[all …]
H A Drenesas_tsip_util.c171 TsipUserCtx* userCtx; in tsip_ServerKeyExVerify() local
179 userCtx = (TsipUserCtx*)ctx; in tsip_ServerKeyExVerify()
213 (uint32_t*)userCtx->encrypted_ephemeral_ecdh_public_key); in tsip_ServerKeyExVerify()
1240 int wc_tsip_storeKeyCtx(struct WOLFSSL* ssl, TsipUserCtx* userCtx) in wc_tsip_storeKeyCtx() argument
1246 if (ssl == NULL || userCtx == NULL) in wc_tsip_storeKeyCtx()
1250 XMEMCPY(userCtx->tsip_masterSecret, ssl->arrays->tsip_masterSecret, in wc_tsip_storeKeyCtx()
1252 XMEMCPY(userCtx->tsip_clientRandom, ssl->arrays->clientRandom, in wc_tsip_storeKeyCtx()
1254 XMEMCPY(userCtx->tsip_serverRandom, ssl->arrays->serverRandom, in wc_tsip_storeKeyCtx()
1256 userCtx->tsip_cipher = GetTsipCipherSuite(ssl->options.cipherSuite0, in wc_tsip_storeKeyCtx()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/Renesas/
H A Drenesas_tsip_aes.c220 TsipUserCtx *userCtx; in wc_tsip_AesGcmEncrypt() local
251 userCtx = (TsipUserCtx*)ctx; in wc_tsip_AesGcmEncrypt()
285 userCtx->tsip_cipher, in wc_tsip_AesGcmEncrypt()
286 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmEncrypt()
287 (uint8_t*) userCtx->tsip_clientRandom, in wc_tsip_AesGcmEncrypt()
288 (uint8_t*) userCtx->tsip_serverRandom, in wc_tsip_AesGcmEncrypt()
399 TsipUserCtx *userCtx; in wc_tsip_AesGcmDecrypt() local
429 userCtx = (TsipUserCtx *)ctx; in wc_tsip_AesGcmDecrypt()
463 userCtx->tsip_cipher, in wc_tsip_AesGcmDecrypt()
464 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmDecrypt()
[all …]
H A Drenesas_tsip_util.c171 TsipUserCtx* userCtx; in tsip_ServerKeyExVerify() local
179 userCtx = (TsipUserCtx*)ctx; in tsip_ServerKeyExVerify()
213 (uint32_t*)userCtx->encrypted_ephemeral_ecdh_public_key); in tsip_ServerKeyExVerify()
1240 int wc_tsip_storeKeyCtx(struct WOLFSSL* ssl, TsipUserCtx* userCtx) in wc_tsip_storeKeyCtx() argument
1246 if (ssl == NULL || userCtx == NULL) in wc_tsip_storeKeyCtx()
1250 XMEMCPY(userCtx->tsip_masterSecret, ssl->arrays->tsip_masterSecret, in wc_tsip_storeKeyCtx()
1252 XMEMCPY(userCtx->tsip_clientRandom, ssl->arrays->clientRandom, in wc_tsip_storeKeyCtx()
1254 XMEMCPY(userCtx->tsip_serverRandom, ssl->arrays->serverRandom, in wc_tsip_storeKeyCtx()
1256 userCtx->tsip_cipher = GetTsipCipherSuite(ssl->options.cipherSuite0, in wc_tsip_storeKeyCtx()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/Renesas/
H A Drenesas_tsip_aes.c220 TsipUserCtx *userCtx; in wc_tsip_AesGcmEncrypt() local
251 userCtx = (TsipUserCtx*)ctx; in wc_tsip_AesGcmEncrypt()
285 userCtx->tsip_cipher, in wc_tsip_AesGcmEncrypt()
286 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmEncrypt()
287 (uint8_t*) userCtx->tsip_clientRandom, in wc_tsip_AesGcmEncrypt()
288 (uint8_t*) userCtx->tsip_serverRandom, in wc_tsip_AesGcmEncrypt()
399 TsipUserCtx *userCtx; in wc_tsip_AesGcmDecrypt() local
429 userCtx = (TsipUserCtx *)ctx; in wc_tsip_AesGcmDecrypt()
463 userCtx->tsip_cipher, in wc_tsip_AesGcmDecrypt()
464 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmDecrypt()
[all …]
H A Drenesas_tsip_util.c171 TsipUserCtx* userCtx; in tsip_ServerKeyExVerify() local
179 userCtx = (TsipUserCtx*)ctx; in tsip_ServerKeyExVerify()
213 (uint32_t*)userCtx->encrypted_ephemeral_ecdh_public_key); in tsip_ServerKeyExVerify()
1240 int wc_tsip_storeKeyCtx(struct WOLFSSL* ssl, TsipUserCtx* userCtx) in wc_tsip_storeKeyCtx() argument
1246 if (ssl == NULL || userCtx == NULL) in wc_tsip_storeKeyCtx()
1250 XMEMCPY(userCtx->tsip_masterSecret, ssl->arrays->tsip_masterSecret, in wc_tsip_storeKeyCtx()
1252 XMEMCPY(userCtx->tsip_clientRandom, ssl->arrays->clientRandom, in wc_tsip_storeKeyCtx()
1254 XMEMCPY(userCtx->tsip_serverRandom, ssl->arrays->serverRandom, in wc_tsip_storeKeyCtx()
1256 userCtx->tsip_cipher = GetTsipCipherSuite(ssl->options.cipherSuite0, in wc_tsip_storeKeyCtx()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/Renesas/
H A Drenesas_tsip_aes.c220 TsipUserCtx *userCtx; in wc_tsip_AesGcmEncrypt() local
251 userCtx = (TsipUserCtx*)ctx; in wc_tsip_AesGcmEncrypt()
285 userCtx->tsip_cipher, in wc_tsip_AesGcmEncrypt()
286 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmEncrypt()
287 (uint8_t*) userCtx->tsip_clientRandom, in wc_tsip_AesGcmEncrypt()
288 (uint8_t*) userCtx->tsip_serverRandom, in wc_tsip_AesGcmEncrypt()
399 TsipUserCtx *userCtx; in wc_tsip_AesGcmDecrypt() local
429 userCtx = (TsipUserCtx *)ctx; in wc_tsip_AesGcmDecrypt()
463 userCtx->tsip_cipher, in wc_tsip_AesGcmDecrypt()
464 (uint32_t*)userCtx->tsip_masterSecret, in wc_tsip_AesGcmDecrypt()
[all …]
H A Drenesas_tsip_util.c171 TsipUserCtx* userCtx; in tsip_ServerKeyExVerify() local
179 userCtx = (TsipUserCtx*)ctx; in tsip_ServerKeyExVerify()
213 (uint32_t*)userCtx->encrypted_ephemeral_ecdh_public_key); in tsip_ServerKeyExVerify()
1240 int wc_tsip_storeKeyCtx(struct WOLFSSL* ssl, TsipUserCtx* userCtx) in wc_tsip_storeKeyCtx() argument
1246 if (ssl == NULL || userCtx == NULL) in wc_tsip_storeKeyCtx()
1250 XMEMCPY(userCtx->tsip_masterSecret, ssl->arrays->tsip_masterSecret, in wc_tsip_storeKeyCtx()
1252 XMEMCPY(userCtx->tsip_clientRandom, ssl->arrays->clientRandom, in wc_tsip_storeKeyCtx()
1254 XMEMCPY(userCtx->tsip_serverRandom, ssl->arrays->serverRandom, in wc_tsip_storeKeyCtx()
1256 userCtx->tsip_cipher = GetTsipCipherSuite(ssl->options.cipherSuite0, in wc_tsip_storeKeyCtx()
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dcookie_auth_test.exs183 assert info["userCtx"]["name"] == "jchris"
184 assert Enum.member?(info["userCtx"]["roles"], "_admin")
185 assert Enum.member?(info["userCtx"]["roles"], "foo")
199 assert info["userCtx"]["name"] == "jchris"
200 assert Enum.member?(info["userCtx"]["roles"], "_admin")
203 assert Enum.member?(info["userCtx"]["roles"], "foo")
262 assert info["userCtx"]["name"] == "Jason Davies"
263 assert not Enum.member?(info["userCtx"]["roles"], "_admin")
320 assert info["userCtx"]["name"] == "jchris"
321 assert Enum.empty?(info["userCtx"]["roles"])
[all …]
H A Dproxyauth_test.exs16 return "Welcome " + req.userCtx["name"];
21 return req.userCtx['roles'][0];
83 assert resp.body["userCtx"]["name"] == "couch@apache.org"
108 return "Welcome " + req.userCtx["name"];
113 return req.userCtx['roles'][0];
153 assert resp.body["userCtx"]["name"] == "couch@apache.org"
H A Djwtauth_test.exs128 assert resp.body["userCtx"]["name"] == "couch@apache.org"
136 assert resp.body["userCtx"]["name"] == "adm"
187 assert resp.body["userCtx"]["name"] == "couch@apache.org"
188 assert resp.body["userCtx"]["roles"] == ["testing"]
H A Dsecurity_validation_test.exs34 (function (newDoc, oldDoc, userCtx, secObj) {
36 if (userCtx.roles.indexOf('_admin') != -1) {
46 if (oldDoc && oldDoc.author != userCtx.name) {
48 …\"You are '\" + userCtx.name + \"', not the author '\" + oldDoc.author + \"' of this document. You…
110 assert Couch.get("/_session", headers: headers).body["userCtx"]["name"] == "jerry"
151 assert resp.body["userCtx"]["name"] == "jerry"
152 assert resp.body["userCtx"]["roles"] == []
H A Dusers_db_test.exs125 assert resp.body["userCtx"]["name"] == "jchris@apache.org"
137 assert resp.body["userCtx"]["name"] == :null
191 assert Enum.member?(info["userCtx"]["roles"], "_admin")
299 assert resp.body["userCtx"]["name"] == "foo@example.org"
/dports/net-mgmt/py-pysnmp/pysnmp-4.4.9/pysnmp/smi/
H A Dbuilder.py318 def loadModule(self, modName, **userCtx): argument
341 g = {'mibBuilder': self, 'userCtx': userCtx}
366 def loadModules(self, *modNames, **userCtx): argument
383 self.loadModule(modName, **userCtx)
395 self.loadModule(modName, **userCtx)
415 def importSymbols(self, modName, *symNames, **userCtx): argument
423 self.loadModules(modName, **userCtx)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/ddocs/
H A Dddocs.rst581 doc['edited_by'] = req['userCtx']['name']
728 .. function:: validatefun(newDoc, oldDoc, userCtx, secObj)
732 :param userCtx: :ref:`userctx_object`
774 function(newDoc, oldDoc, userCtx, secObj) {
778 if ((userCtx.roles.indexOf('_admin') !== -1) ||
779 (userCtx.name == oldDoc.name)) {
821 var is_server_or_database_admin = function(userCtx, secObj) {
823 if(userCtx.roles.indexOf('_admin') !== -1) {
838 var user_role = userCtx.roles[idx];
848 if (!is_server_or_database_admin(userCtx, secObj)) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/sample-cli-plugin/pkg/cmd/
H A Dns.go161 if userCtx, exists := o.rawConfig.Contexts[o.userSpecifiedContext]; exists {
162 o.resultingContext = userCtx.DeepCopy()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas-tsip-crypt.h162 TsipUserCtx* userCtx; member
249 TsipUserCtx *userCtx);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas-tsip-crypt.h162 TsipUserCtx* userCtx; member
249 TsipUserCtx *userCtx);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas-tsip-crypt.h162 TsipUserCtx* userCtx; member
249 TsipUserCtx *userCtx);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas-tsip-crypt.h162 TsipUserCtx* userCtx; member
249 TsipUserCtx *userCtx);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas-tsip-crypt.h162 TsipUserCtx* userCtx; member
249 TsipUserCtx *userCtx);

1234