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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_padlock.c280 static volatile struct padlock_cipher_data *padlock_saved_context; variable in typeref:struct:padlock_cipher_data
398 * padlock_saved_context was changed by another thread
413 " movl %2,%0":"+m" (padlock_saved_context)
414 :"r"(padlock_saved_context), "r"(cdata):"cc");
537 cmp ecx,padlock_saved_context
542 mov padlock_saved_context,ecx local

Completed in 46 milliseconds