Home
last modified time | relevance | path

Searched refs:otherSz (Results 1 – 20 of 20) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Ddh.cpp76 otherSz) in Agree() argument
81 if (otherSz) in Agree()
82 y.Decode(otherPub, otherSz); in Agree()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Ddh.cpp76 otherSz) in Agree() argument
81 if (otherSz) in Agree()
82 y.Decode(otherPub, otherSz); in Agree()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Ddh.cpp76 otherSz) in Agree() argument
81 if (otherSz) in Agree()
82 y.Decode(otherPub, otherSz); in Agree()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Ddh.hpp65 void Agree(byte*, const byte*, const byte*, word32 otherSz = 0);
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Ddh.hpp65 void Agree(byte*, const byte*, const byte*, word32 otherSz = 0);
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/include/
H A Ddh.hpp65 void Agree(byte*, const byte*, const byte*, word32 otherSz = 0);
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/src/
H A Dcrypto_wrapper.cpp856 void DiffieHellman::makeAgreement(const byte* other, unsigned int otherSz) in makeAgreement() argument
858 pimpl_->dh_.Agree(pimpl_->agreedKey_, pimpl_->privateKey_, other, otherSz); in makeAgreement()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/src/
H A Dcrypto_wrapper.cpp856 void DiffieHellman::makeAgreement(const byte* other, unsigned int otherSz) in makeAgreement() argument
858 pimpl_->dh_.Agree(pimpl_->agreedKey_, pimpl_->privateKey_, other, otherSz); in makeAgreement()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/src/
H A Dcrypto_wrapper.cpp856 void DiffieHellman::makeAgreement(const byte* other, unsigned int otherSz) in makeAgreement() argument
858 pimpl_->dh_.Agree(pimpl_->agreedKey_, pimpl_->privateKey_, other, otherSz); in makeAgreement()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dpkcs7.h439 word32 otherSz, int options);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dpkcs7.h439 word32 otherSz, int options);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dpkcs7.h439 word32 otherSz, int options);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dpkcs7.h439 word32 otherSz, int options);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dpkcs7.h439 word32 otherSz, int options); in inFunctionScope()
/dports/x11-fm/filerunner/filerunner/
H A Dfr1758 set otherSz [winfo height $w[Opposite $inst]]
1760 set otherSz 0
1763 frputs inst pixPerLine otherSz mainSz botSz
1764 set maxSz [expr {max(($mainSz - $otherSz - $botSz - 8) / $pixPerLine , 1)}]
1774 if {$maxSz == 1 && $otherSz > 1} {
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dpkcs7.c7888 word32 otherOIDSz, byte* other, word32 otherSz, in wc_PKCS7_AddRecipient_KEKRI() argument
8010 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8011 otherAttSeqSz = SetSequence(otherOIDSz + otherSz, otherAttSeq); in wc_PKCS7_AddRecipient_KEKRI()
8012 totalSz += otherAttSeqSz + otherOIDSz + otherSz; in wc_PKCS7_AddRecipient_KEKRI()
8017 otherAttSeqSz + otherOIDSz + otherSz, kekIdSeq); in wc_PKCS7_AddRecipient_KEKRI()
8052 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8057 XMEMCPY(recip->recip + idx, other, otherSz); in wc_PKCS7_AddRecipient_KEKRI()
8058 idx += otherSz; in wc_PKCS7_AddRecipient_KEKRI()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpkcs7.c7888 word32 otherOIDSz, byte* other, word32 otherSz, in wc_PKCS7_AddRecipient_KEKRI() argument
8010 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8011 otherAttSeqSz = SetSequence(otherOIDSz + otherSz, otherAttSeq); in wc_PKCS7_AddRecipient_KEKRI()
8012 totalSz += otherAttSeqSz + otherOIDSz + otherSz; in wc_PKCS7_AddRecipient_KEKRI()
8017 otherAttSeqSz + otherOIDSz + otherSz, kekIdSeq); in wc_PKCS7_AddRecipient_KEKRI()
8052 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8057 XMEMCPY(recip->recip + idx, other, otherSz); in wc_PKCS7_AddRecipient_KEKRI()
8058 idx += otherSz; in wc_PKCS7_AddRecipient_KEKRI()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpkcs7.c7888 word32 otherOIDSz, byte* other, word32 otherSz, in wc_PKCS7_AddRecipient_KEKRI() argument
8010 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8011 otherAttSeqSz = SetSequence(otherOIDSz + otherSz, otherAttSeq); in wc_PKCS7_AddRecipient_KEKRI()
8012 totalSz += otherAttSeqSz + otherOIDSz + otherSz; in wc_PKCS7_AddRecipient_KEKRI()
8017 otherAttSeqSz + otherOIDSz + otherSz, kekIdSeq); in wc_PKCS7_AddRecipient_KEKRI()
8052 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8057 XMEMCPY(recip->recip + idx, other, otherSz); in wc_PKCS7_AddRecipient_KEKRI()
8058 idx += otherSz; in wc_PKCS7_AddRecipient_KEKRI()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpkcs7.c7888 word32 otherOIDSz, byte* other, word32 otherSz, in wc_PKCS7_AddRecipient_KEKRI() argument
8010 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8011 otherAttSeqSz = SetSequence(otherOIDSz + otherSz, otherAttSeq); in wc_PKCS7_AddRecipient_KEKRI()
8012 totalSz += otherAttSeqSz + otherOIDSz + otherSz; in wc_PKCS7_AddRecipient_KEKRI()
8017 otherAttSeqSz + otherOIDSz + otherSz, kekIdSeq); in wc_PKCS7_AddRecipient_KEKRI()
8052 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8057 XMEMCPY(recip->recip + idx, other, otherSz); in wc_PKCS7_AddRecipient_KEKRI()
8058 idx += otherSz; in wc_PKCS7_AddRecipient_KEKRI()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dpkcs7.c7888 word32 otherOIDSz, byte* other, word32 otherSz, in wc_PKCS7_AddRecipient_KEKRI() argument
8010 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8011 otherAttSeqSz = SetSequence(otherOIDSz + otherSz, otherAttSeq); in wc_PKCS7_AddRecipient_KEKRI()
8012 totalSz += otherAttSeqSz + otherOIDSz + otherSz; in wc_PKCS7_AddRecipient_KEKRI()
8017 otherAttSeqSz + otherOIDSz + otherSz, kekIdSeq); in wc_PKCS7_AddRecipient_KEKRI()
8052 if (other != NULL && otherSz > 0) { in wc_PKCS7_AddRecipient_KEKRI()
8057 XMEMCPY(recip->recip + idx, other, otherSz); in wc_PKCS7_AddRecipient_KEKRI()
8058 idx += otherSz; in wc_PKCS7_AddRecipient_KEKRI()