/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | unwind.c | 1579 cache_get (struct WalkContext *wctx) in cache_get() argument 1584 uint64_t idx = wctx->pc % ValTableSize; in cache_get() 1586 if (addr == wctx->pc) in cache_get() 1589 unsigned long fp = wctx->fp; in cache_get() 1591 if (fp < wctx->sp || fp >= wctx->sbase - sizeof (*sp)) in cache_get() 1596 unsigned long tbgn = wctx->tbgn; in cache_get() 1597 unsigned long tend = wctx->tend; in cache_get() 1605 wctx->pc = npc; in cache_get() 1606 wctx->sp = (unsigned long) sp; in cache_get() 1607 wctx->fp = fp; in cache_get() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | unwind.c | 1585 cache_get (struct WalkContext *wctx) in cache_get() argument 1590 uint64_t idx = wctx->pc % ValTableSize; in cache_get() 1592 if (addr == wctx->pc) in cache_get() 1595 unsigned long fp = wctx->fp; in cache_get() 1597 if (fp < wctx->sp || fp >= wctx->sbase - sizeof (*sp)) in cache_get() 1602 unsigned long tbgn = wctx->tbgn; in cache_get() 1603 unsigned long tend = wctx->tend; in cache_get() 1611 wctx->pc = npc; in cache_get() 1612 wctx->sp = (unsigned long) sp; in cache_get() 1613 wctx->fp = fp; in cache_get() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 53 PROV_AES_WRAP_CTX *wctx; in aes_wrap_newctx() local 59 wctx = OPENSSL_zalloc(sizeof(*wctx)); in aes_wrap_newctx() 60 ctx = (PROV_CIPHER_CTX *)wctx; in aes_wrap_newctx() 66 return wctx; in aes_wrap_newctx() 69 static void *aes_wrap_dupctx(void *wctx) in aes_wrap_dupctx() argument 71 PROV_AES_WRAP_CTX *ctx = wctx; in aes_wrap_dupctx() 72 PROV_AES_WRAP_CTX *dctx = wctx; in aes_wrap_dupctx() 91 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_freectx() local 94 OPENSSL_clear_free(wctx, sizeof(*wctx)); in aes_wrap_freectx() 102 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_init() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/ |
H A D | async.c | 167 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() argument 240 ctx->currjob->waitctx = wctx; in ASYNC_start_job()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/ |
H A D | async.c | 177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() argument 270 ctx->currjob->waitctx = wctx; in ASYNC_start_job()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 3565 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_init_key() local 3572 &wctx->ks.ks); in aes_wrap_init_key() 3575 &wctx->ks.ks); in aes_wrap_init_key() 3577 wctx->iv = NULL; in aes_wrap_init_key() 3583 wctx->iv = ctx->iv; in aes_wrap_init_key() 3591 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_cipher() local 3629 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3633 rv = CRYPTO_128_unwrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3638 rv = CRYPTO_128_wrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3641 rv = CRYPTO_128_unwrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aes.c | 3789 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_init_key() local 3795 &wctx->ks.ks); in aes_wrap_init_key() 3798 &wctx->ks.ks); in aes_wrap_init_key() 3800 wctx->iv = NULL; in aes_wrap_init_key() 3804 wctx->iv = EVP_CIPHER_CTX_iv_noconst(ctx); in aes_wrap_init_key() 3812 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_cipher() local 3850 rv = CRYPTO_128_wrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3854 rv = CRYPTO_128_unwrap_pad(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3859 rv = CRYPTO_128_wrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher() 3862 rv = CRYPTO_128_unwrap(&wctx->ks.ks, wctx->iv, in aes_wrap_cipher()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | cms.c | 843 EVP_CIPHER_CTX *wctx; in cms_main() local 844 wctx = CMS_RecipientInfo_kari_get0_ctx(ri); in cms_main() 845 EVP_EncryptInit_ex(wctx, wrap_cipher, NULL, NULL, NULL); in cms_main()
|