Searched refs:old_ctx (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dtls_depr.c103 ret->old_ctx = HMAC_CTX_new();
104 if (ret->old_ctx == NULL)
112 HMAC_CTX_free(ctx->old_ctx);
117 return HMAC_Init_ex(ctx->old_ctx, key, len, EVP_get_digestbyname(md), NULL);
122 return HMAC_Update(ctx->old_ctx, data, len);
129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) {
140 return HMAC_size(ctx->old_ctx);
145 return ctx->old_ctx;
H A Dt1_lib.c3464 if (ctx->old_ctx != NULL)
3475 if (ctx->old_ctx != NULL)
3487 if (ctx->old_ctx != NULL)
3498 if (ctx->old_ctx != NULL)
H A Dssl_local.h797 HMAC_CTX *old_ctx; member in struct:ssl_hmac_st
/netbsd-current/sys/arch/sun2/sun2/
H A Ddb_memrw.c106 int old_ctx; local
114 old_ctx = get_context();
137 set_context(old_ctx);
158 set_context(old_ctx);
H A Dpmap.c3016 int old_ctx, s, sme; local
3027 old_ctx = get_context();
3032 set_context(old_ctx);
3038 old_ctx = INVALID_CONTEXT;
3042 old_ctx = get_context();
3054 if (old_ctx != INVALID_CONTEXT) {
3056 set_context(old_ctx);
3154 int old_ctx, pte, sme, segnum; local
3175 old_ctx = get_context();
3207 set_context(old_ctx);
3252 int old_ctx, s, sme; local
3438 int old_ctx, pte, sme, segnum; local
[all...]
/netbsd-current/sys/arch/sun3/sun3/
H A Dpmap.c2994 int old_ctx, s, sme; local
3013 old_ctx = INVALID_CONTEXT;
3017 old_ctx = get_context();
3029 if (old_ctx != INVALID_CONTEXT) {
3031 set_context(old_ctx);
3125 int old_ctx, pte, sme, segnum; local
3146 old_ctx = get_context();
3168 set_context(old_ctx);
3213 int old_ctx, s, sme; local
3232 old_ctx
3394 int old_ctx, pte, sme, segnum; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c377 CUcontext old_ctx; local
391 CUDA_CALL (cuCtxPopCurrent, &old_ctx);
425 CUcontext old_ctx; local
426 CUDA_CALL_ERET (NULL, cuCtxPopCurrent, &old_ctx);
1787 CUcontext old_ctx; local
1791 CUDA_CALL_ASSERT (cuCtxPopCurrent, &old_ctx);
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c399 CUcontext old_ctx; local
413 CUDA_CALL (cuCtxPopCurrent, &old_ctx);
447 CUcontext old_ctx; local
448 CUDA_CALL_ERET (NULL, cuCtxPopCurrent, &old_ctx);
1876 CUcontext old_ctx; local
1880 CUDA_CALL_ASSERT (cuCtxPopCurrent, &old_ctx);

Completed in 313 milliseconds