Searched refs:ctx_new (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_nist.c191 BN_CTX *ctx_new=NULL; local
199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
207 if (ctx_new)
208 BN_CTX_free(ctx_new);
217 BN_CTX *ctx_new=NULL; local
225 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
233 if (ctx_new)
234 BN_CTX_free(ctx_new);
H A Dec_lib.c477 BN_CTX *ctx_new = NULL; local
489 ctx_new = ctx = BN_CTX_new();
503 if (ctx_new)
532 if (ctx_new)
541 if (ctx_new)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dservices.c2347 struct context ctx_new; local
2369 ctx_new.user = ctx->user;
2370 ctx_new.role = ctx->role;
2371 ctx_new.type = ctx->type;
2372 ctx_new.range.level[0].sens =
2374 ctx_new.range.level[0].cat.highbit =
2376 ctx_new.range.level[0].cat.node =
2378 ctx_new.range.level[1].sens =
2380 ctx_new.range.level[1].cat.highbit =
2382 ctx_new
[all...]

Completed in 102 milliseconds